Method | Description | |
---|---|---|
AmazonECRClient ( ) : System |
Constructs AmazonECRClient with the credentials loaded from the application's default configuration, and if unsuccessful from the Instance Profile service on an EC2 instance. Example App.config with credentials set.
|
|
AmazonECRClient ( |
Constructs AmazonECRClient with AWS Credentials
|
|
AmazonECRClient ( |
Constructs AmazonECRClient with AWS Credentials and an AmazonECRClient Configuration object.
|
|
AmazonECRClient ( |
Constructs AmazonECRClient with AWS Credentials
|
|
AmazonECRClient ( |
Constructs AmazonECRClient with the credentials loaded from the application's default configuration, and if unsuccessful from the Instance Profile service on an EC2 instance. Example App.config with credentials set.
|
|
AmazonECRClient ( RegionEndpoint region ) : System |
Constructs AmazonECRClient with the credentials loaded from the application's default configuration, and if unsuccessful from the Instance Profile service on an EC2 instance. Example App.config with credentials set.
|
|
AmazonECRClient ( string awsAccessKeyId, string awsSecretAccessKey ) : System |
Constructs AmazonECRClient with AWS Access Key ID and AWS Secret Key
|
|
AmazonECRClient ( string awsAccessKeyId, string awsSecretAccessKey, |
Constructs AmazonECRClient with AWS Access Key ID, AWS Secret Key and an AmazonECRClient Configuration object.
|
|
AmazonECRClient ( string awsAccessKeyId, string awsSecretAccessKey, RegionEndpoint region ) : System |
Constructs AmazonECRClient with AWS Access Key ID and AWS Secret Key
|
|
AmazonECRClient ( string awsAccessKeyId, string awsSecretAccessKey, string awsSessionToken ) : System |
Constructs AmazonECRClient with AWS Access Key ID and AWS Secret Key
|
|
AmazonECRClient ( string awsAccessKeyId, string awsSecretAccessKey, string awsSessionToken, |
Constructs AmazonECRClient with AWS Access Key ID, AWS Secret Key and an AmazonECRClient Configuration object.
|
|
AmazonECRClient ( string awsAccessKeyId, string awsSecretAccessKey, string awsSessionToken, RegionEndpoint region ) : System |
Constructs AmazonECRClient with AWS Access Key ID and AWS Secret Key
|
|
BatchCheckLayerAvailability ( |
Check the availability of multiple image layers in a specified registry and repository. This operation is used by the Amazon ECR proxy, and it is not intended for general use by customers for pulling and pushing images. In most cases, you should use the
|
|
BatchCheckLayerAvailabilityAsync ( |
Initiates the asynchronous execution of the BatchCheckLayerAvailability operation.
|
|
BatchDeleteImage ( |
Deletes a list of specified images within a specified repository. Images are specified with either You can remove a tag from an image by specifying the image's tag in your request. When you remove the last tag from an image, the image is deleted from your repository. You can completely delete an image (and all of its tags) by specifying the image's digest in your request.
|
|
BatchDeleteImageAsync ( |
Initiates the asynchronous execution of the BatchDeleteImage operation.
|
|
BatchGetImage ( |
Gets detailed information for specified images within a specified repository. Images are specified with either
|
|
BatchGetImageAsync ( |
Initiates the asynchronous execution of the BatchGetImage operation.
|
|
BeginBatchCheckLayerAvailability ( |
Initiates the asynchronous execution of the BatchCheckLayerAvailability operation.
|
|
BeginBatchDeleteImage ( |
Initiates the asynchronous execution of the BatchDeleteImage operation.
|
|
BeginBatchGetImage ( |
Initiates the asynchronous execution of the BatchGetImage operation.
|
|
BeginCompleteLayerUpload ( |
Initiates the asynchronous execution of the CompleteLayerUpload operation.
|
|
BeginCreateRepository ( Amazon.ECR.Model.CreateRepositoryRequest request, AsyncCallback callback, object state ) : IAsyncResult |
Initiates the asynchronous execution of the CreateRepository operation.
|
|
BeginDeleteRepository ( Amazon.ECR.Model.DeleteRepositoryRequest request, AsyncCallback callback, object state ) : IAsyncResult |
Initiates the asynchronous execution of the DeleteRepository operation.
|
|
BeginDeleteRepositoryPolicy ( Amazon.ECR.Model.DeleteRepositoryPolicyRequest request, AsyncCallback callback, object state ) : IAsyncResult |
Initiates the asynchronous execution of the DeleteRepositoryPolicy operation.
|
|
BeginDescribeImages ( |
Initiates the asynchronous execution of the DescribeImages operation.
|
|
BeginDescribeRepositories ( |
Initiates the asynchronous execution of the DescribeRepositories operation.
|
|
BeginGetAuthorizationToken ( Amazon.ECR.Model.GetAuthorizationTokenRequest request, AsyncCallback callback, object state ) : IAsyncResult |
Initiates the asynchronous execution of the GetAuthorizationToken operation.
|
|
BeginGetDownloadUrlForLayer ( |
Initiates the asynchronous execution of the GetDownloadUrlForLayer operation.
|
|
BeginGetRepositoryPolicy ( Amazon.ECR.Model.GetRepositoryPolicyRequest request, AsyncCallback callback, object state ) : IAsyncResult |
Initiates the asynchronous execution of the GetRepositoryPolicy operation.
|
|
BeginInitiateLayerUpload ( |
Initiates the asynchronous execution of the InitiateLayerUpload operation.
|
|
BeginListImages ( |
Initiates the asynchronous execution of the ListImages operation.
|
|
BeginPutImage ( |
Initiates the asynchronous execution of the PutImage operation.
|
|
BeginSetRepositoryPolicy ( Amazon.ECR.Model.SetRepositoryPolicyRequest request, AsyncCallback callback, object state ) : IAsyncResult |
Initiates the asynchronous execution of the SetRepositoryPolicy operation.
|
|
BeginUploadLayerPart ( |
Initiates the asynchronous execution of the UploadLayerPart operation.
|
|
CompleteLayerUpload ( |
Inform Amazon ECR that the image layer upload for a specified registry, repository name, and upload ID, has completed. You can optionally provide a This operation is used by the Amazon ECR proxy, and it is not intended for general use by customers for pulling and pushing images. In most cases, you should use the
|
|
CompleteLayerUploadAsync ( |
Initiates the asynchronous execution of the CompleteLayerUpload operation.
|
|
CreateRepository ( Amazon.ECR.Model.CreateRepositoryRequest request ) : |
Creates an image repository.
|
|
CreateRepositoryAsync ( Amazon.ECR.Model.CreateRepositoryRequest request, System cancellationToken = default(CancellationToken) ) : Task |
Initiates the asynchronous execution of the CreateRepository operation.
|
|
DeleteRepository ( Amazon.ECR.Model.DeleteRepositoryRequest request ) : |
Deletes an existing image repository. If a repository contains images, you must use the
|
|
DeleteRepositoryAsync ( Amazon.ECR.Model.DeleteRepositoryRequest request, System cancellationToken = default(CancellationToken) ) : Task |
Initiates the asynchronous execution of the DeleteRepository operation.
|
|
DeleteRepositoryPolicy ( Amazon.ECR.Model.DeleteRepositoryPolicyRequest request ) : |
Deletes the repository policy from a specified repository.
|
|
DeleteRepositoryPolicyAsync ( Amazon.ECR.Model.DeleteRepositoryPolicyRequest request, System cancellationToken = default(CancellationToken) ) : Task |
Initiates the asynchronous execution of the DeleteRepositoryPolicy operation.
|
|
DescribeImages ( |
Returns metadata about the images in a repository, including image size, image tags, and creation date. Beginning with Docker version 1.9, the Docker client compresses image layers before pushing them to a V2 Docker registry. The output of the
|
|
DescribeImagesAsync ( |
Initiates the asynchronous execution of the DescribeImages operation.
|
|
DescribeRepositories ( |
Describes image repositories in a registry.
|
|
DescribeRepositoriesAsync ( |
Initiates the asynchronous execution of the DescribeRepositories operation.
|
|
EndBatchCheckLayerAvailability ( IAsyncResult asyncResult ) : |
Finishes the asynchronous execution of the BatchCheckLayerAvailability operation.
|
|
EndBatchDeleteImage ( IAsyncResult asyncResult ) : |
Finishes the asynchronous execution of the BatchDeleteImage operation.
|
|
EndBatchGetImage ( IAsyncResult asyncResult ) : |
Finishes the asynchronous execution of the BatchGetImage operation.
|
|
EndCompleteLayerUpload ( IAsyncResult asyncResult ) : |
Finishes the asynchronous execution of the CompleteLayerUpload operation.
|
|
EndCreateRepository ( IAsyncResult asyncResult ) : |
Finishes the asynchronous execution of the CreateRepository operation.
|
|
EndDeleteRepository ( IAsyncResult asyncResult ) : |
Finishes the asynchronous execution of the DeleteRepository operation.
|
|
EndDeleteRepositoryPolicy ( IAsyncResult asyncResult ) : |
Finishes the asynchronous execution of the DeleteRepositoryPolicy operation.
|
|
EndDescribeImages ( IAsyncResult asyncResult ) : |
Finishes the asynchronous execution of the DescribeImages operation.
|
|
EndDescribeRepositories ( IAsyncResult asyncResult ) : |
Finishes the asynchronous execution of the DescribeRepositories operation.
|
|
EndGetAuthorizationToken ( IAsyncResult asyncResult ) : |
Finishes the asynchronous execution of the GetAuthorizationToken operation.
|
|
EndGetDownloadUrlForLayer ( IAsyncResult asyncResult ) : |
Finishes the asynchronous execution of the GetDownloadUrlForLayer operation.
|
|
EndGetRepositoryPolicy ( IAsyncResult asyncResult ) : |
Finishes the asynchronous execution of the GetRepositoryPolicy operation.
|
|
EndInitiateLayerUpload ( IAsyncResult asyncResult ) : |
Finishes the asynchronous execution of the InitiateLayerUpload operation.
|
|
EndListImages ( IAsyncResult asyncResult ) : |
Finishes the asynchronous execution of the ListImages operation.
|
|
EndPutImage ( IAsyncResult asyncResult ) : |
Finishes the asynchronous execution of the PutImage operation.
|
|
EndSetRepositoryPolicy ( IAsyncResult asyncResult ) : |
Finishes the asynchronous execution of the SetRepositoryPolicy operation.
|
|
EndUploadLayerPart ( IAsyncResult asyncResult ) : |
Finishes the asynchronous execution of the UploadLayerPart operation.
|
|
GetAuthorizationToken ( Amazon.ECR.Model.GetAuthorizationTokenRequest request ) : |
Retrieves a token that is valid for a specified registry for 12 hours. This command allows you to use the The
|
|
GetAuthorizationTokenAsync ( Amazon.ECR.Model.GetAuthorizationTokenRequest request, System cancellationToken = default(CancellationToken) ) : Task |
Initiates the asynchronous execution of the GetAuthorizationToken operation.
|
|
GetDownloadUrlForLayer ( |
Retrieves the pre-signed Amazon S3 download URL corresponding to an image layer. You can only get URLs for image layers that are referenced in an image. This operation is used by the Amazon ECR proxy, and it is not intended for general use by customers for pulling and pushing images. In most cases, you should use the
|
|
GetDownloadUrlForLayerAsync ( |
Initiates the asynchronous execution of the GetDownloadUrlForLayer operation.
|
|
GetRepositoryPolicy ( Amazon.ECR.Model.GetRepositoryPolicyRequest request ) : |
Retrieves the repository policy for a specified repository.
|
|
GetRepositoryPolicyAsync ( Amazon.ECR.Model.GetRepositoryPolicyRequest request, System cancellationToken = default(CancellationToken) ) : Task |
Initiates the asynchronous execution of the GetRepositoryPolicy operation.
|
|
InitiateLayerUpload ( |
Notify Amazon ECR that you intend to upload an image layer. This operation is used by the Amazon ECR proxy, and it is not intended for general use by customers for pulling and pushing images. In most cases, you should use the
|
|
InitiateLayerUploadAsync ( |
Initiates the asynchronous execution of the InitiateLayerUpload operation.
|
|
ListImages ( |
Lists all the image IDs for a given repository. You can filter images based on whether or not they are tagged by setting the
|
|
ListImagesAsync ( |
Initiates the asynchronous execution of the ListImages operation.
|
|
PutImage ( |
Creates or updates the image manifest and tags associated with an image. This operation is used by the Amazon ECR proxy, and it is not intended for general use by customers for pulling and pushing images. In most cases, you should use the
|
|
PutImageAsync ( |
Initiates the asynchronous execution of the PutImage operation.
|
|
SetRepositoryPolicy ( Amazon.ECR.Model.SetRepositoryPolicyRequest request ) : |
Applies a repository policy on a specified repository to control access permissions.
|
|
SetRepositoryPolicyAsync ( Amazon.ECR.Model.SetRepositoryPolicyRequest request, System cancellationToken = default(CancellationToken) ) : Task |
Initiates the asynchronous execution of the SetRepositoryPolicy operation.
|
|
UploadLayerPart ( |
Uploads an image layer part to Amazon ECR. This operation is used by the Amazon ECR proxy, and it is not intended for general use by customers for pulling and pushing images. In most cases, you should use the
|
|
UploadLayerPartAsync ( |
Initiates the asynchronous execution of the UploadLayerPart operation.
|
Method | Description | |
---|---|---|
CreateSigner ( ) : |
Creates the signer for the service.
|
|
Dispose ( bool disposing ) : void |
Disposes the service client.
|
public AmazonECRClient ( |
||
credentials | AWS Credentials | |
return | System |
public AmazonECRClient ( |
||
credentials | AWS Credentials | |
clientConfig | The AmazonECRClient Configuration Object | |
return | System |
public AmazonECRClient ( |
||
credentials | AWS Credentials | |
region | RegionEndpoint | The region to connect. |
return | System |
public AmazonECRClient ( |
||
config | The AmazonECRClient Configuration Object | |
return | System |
public AmazonECRClient ( RegionEndpoint region ) : System | ||
region | RegionEndpoint | The region to connect. |
return | System |
public AmazonECRClient ( string awsAccessKeyId, string awsSecretAccessKey ) : System | ||
awsAccessKeyId | string | AWS Access Key ID |
awsSecretAccessKey | string | AWS Secret Access Key |
return | System |
public AmazonECRClient ( string awsAccessKeyId, string awsSecretAccessKey, |
||
awsAccessKeyId | string | AWS Access Key ID |
awsSecretAccessKey | string | AWS Secret Access Key |
clientConfig | The AmazonECRClient Configuration Object | |
return | System |
public AmazonECRClient ( string awsAccessKeyId, string awsSecretAccessKey, RegionEndpoint region ) : System | ||
awsAccessKeyId | string | AWS Access Key ID |
awsSecretAccessKey | string | AWS Secret Access Key |
region | RegionEndpoint | The region to connect. |
return | System |
public AmazonECRClient ( string awsAccessKeyId, string awsSecretAccessKey, string awsSessionToken ) : System | ||
awsAccessKeyId | string | AWS Access Key ID |
awsSecretAccessKey | string | AWS Secret Access Key |
awsSessionToken | string | AWS Session Token |
return | System |
public AmazonECRClient ( string awsAccessKeyId, string awsSecretAccessKey, string awsSessionToken, |
||
awsAccessKeyId | string | AWS Access Key ID |
awsSecretAccessKey | string | AWS Secret Access Key |
awsSessionToken | string | AWS Session Token |
clientConfig | The AmazonECRClient Configuration Object | |
return | System |
public AmazonECRClient ( string awsAccessKeyId, string awsSecretAccessKey, string awsSessionToken, RegionEndpoint region ) : System | ||
awsAccessKeyId | string | AWS Access Key ID |
awsSecretAccessKey | string | AWS Secret Access Key |
awsSessionToken | string | AWS Session Token |
region | RegionEndpoint | The region to connect. |
return | System |
public BatchCheckLayerAvailability ( |
||
request | Container for the necessary parameters to execute the BatchCheckLayerAvailability service method. | |
return |
public BatchCheckLayerAvailabilityAsync ( |
||
request | Container for the necessary parameters to execute the BatchCheckLayerAvailability operation. | |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
return | Task |
public BatchDeleteImage ( |
||
request | Container for the necessary parameters to execute the BatchDeleteImage service method. | |
return |
public BatchDeleteImageAsync ( |
||
request | Container for the necessary parameters to execute the BatchDeleteImage operation. | |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
return | Task |
public BatchGetImage ( |
||
request | Container for the necessary parameters to execute the BatchGetImage service method. | |
return |
public BatchGetImageAsync ( |
||
request | Container for the necessary parameters to execute the BatchGetImage operation. | |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
return | Task |
public BeginBatchCheckLayerAvailability ( |
||
request | Container for the necessary parameters to execute the BatchCheckLayerAvailability operation on AmazonECRClient. | |
callback | AsyncCallback | An AsyncCallback delegate that is invoked when the operation completes. |
state | object | A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. |
return | IAsyncResult |
public BeginBatchDeleteImage ( |
||
request | Container for the necessary parameters to execute the BatchDeleteImage operation on AmazonECRClient. | |
callback | AsyncCallback | An AsyncCallback delegate that is invoked when the operation completes. |
state | object | A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. |
return | IAsyncResult |
public BeginBatchGetImage ( |
||
request | Container for the necessary parameters to execute the BatchGetImage operation on AmazonECRClient. | |
callback | AsyncCallback | An AsyncCallback delegate that is invoked when the operation completes. |
state | object | A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. |
return | IAsyncResult |
public BeginCompleteLayerUpload ( |
||
request | Container for the necessary parameters to execute the CompleteLayerUpload operation on AmazonECRClient. | |
callback | AsyncCallback | An AsyncCallback delegate that is invoked when the operation completes. |
state | object | A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. |
return | IAsyncResult |
public BeginCreateRepository ( Amazon.ECR.Model.CreateRepositoryRequest request, AsyncCallback callback, object state ) : IAsyncResult | ||
request | Amazon.ECR.Model.CreateRepositoryRequest | Container for the necessary parameters to execute the CreateRepository operation on AmazonECRClient. |
callback | AsyncCallback | An AsyncCallback delegate that is invoked when the operation completes. |
state | object | A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. |
return | IAsyncResult |
public BeginDeleteRepository ( Amazon.ECR.Model.DeleteRepositoryRequest request, AsyncCallback callback, object state ) : IAsyncResult | ||
request | Amazon.ECR.Model.DeleteRepositoryRequest | Container for the necessary parameters to execute the DeleteRepository operation on AmazonECRClient. |
callback | AsyncCallback | An AsyncCallback delegate that is invoked when the operation completes. |
state | object | A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. |
return | IAsyncResult |
public BeginDeleteRepositoryPolicy ( Amazon.ECR.Model.DeleteRepositoryPolicyRequest request, AsyncCallback callback, object state ) : IAsyncResult | ||
request | Amazon.ECR.Model.DeleteRepositoryPolicyRequest | Container for the necessary parameters to execute the DeleteRepositoryPolicy operation on AmazonECRClient. |
callback | AsyncCallback | An AsyncCallback delegate that is invoked when the operation completes. |
state | object | A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. |
return | IAsyncResult |
public BeginDescribeImages ( |
||
request | Container for the necessary parameters to execute the DescribeImages operation on AmazonECRClient. | |
callback | AsyncCallback | An AsyncCallback delegate that is invoked when the operation completes. |
state | object | A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. |
return | IAsyncResult |
public BeginDescribeRepositories ( |
||
request | Container for the necessary parameters to execute the DescribeRepositories operation on AmazonECRClient. | |
callback | AsyncCallback | An AsyncCallback delegate that is invoked when the operation completes. |
state | object | A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. |
return | IAsyncResult |
public BeginGetAuthorizationToken ( Amazon.ECR.Model.GetAuthorizationTokenRequest request, AsyncCallback callback, object state ) : IAsyncResult | ||
request | Amazon.ECR.Model.GetAuthorizationTokenRequest | Container for the necessary parameters to execute the GetAuthorizationToken operation on AmazonECRClient. |
callback | AsyncCallback | An AsyncCallback delegate that is invoked when the operation completes. |
state | object | A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. |
return | IAsyncResult |
public BeginGetDownloadUrlForLayer ( |
||
request | Container for the necessary parameters to execute the GetDownloadUrlForLayer operation on AmazonECRClient. | |
callback | AsyncCallback | An AsyncCallback delegate that is invoked when the operation completes. |
state | object | A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. |
return | IAsyncResult |
public BeginGetRepositoryPolicy ( Amazon.ECR.Model.GetRepositoryPolicyRequest request, AsyncCallback callback, object state ) : IAsyncResult | ||
request | Amazon.ECR.Model.GetRepositoryPolicyRequest | Container for the necessary parameters to execute the GetRepositoryPolicy operation on AmazonECRClient. |
callback | AsyncCallback | An AsyncCallback delegate that is invoked when the operation completes. |
state | object | A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. |
return | IAsyncResult |
public BeginInitiateLayerUpload ( |
||
request | Container for the necessary parameters to execute the InitiateLayerUpload operation on AmazonECRClient. | |
callback | AsyncCallback | An AsyncCallback delegate that is invoked when the operation completes. |
state | object | A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. |
return | IAsyncResult |
public BeginListImages ( |
||
request | Container for the necessary parameters to execute the ListImages operation on AmazonECRClient. | |
callback | AsyncCallback | An AsyncCallback delegate that is invoked when the operation completes. |
state | object | A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. |
return | IAsyncResult |
public BeginPutImage ( |
||
request | Container for the necessary parameters to execute the PutImage operation on AmazonECRClient. | |
callback | AsyncCallback | An AsyncCallback delegate that is invoked when the operation completes. |
state | object | A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. |
return | IAsyncResult |
public BeginSetRepositoryPolicy ( Amazon.ECR.Model.SetRepositoryPolicyRequest request, AsyncCallback callback, object state ) : IAsyncResult | ||
request | Amazon.ECR.Model.SetRepositoryPolicyRequest | Container for the necessary parameters to execute the SetRepositoryPolicy operation on AmazonECRClient. |
callback | AsyncCallback | An AsyncCallback delegate that is invoked when the operation completes. |
state | object | A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. |
return | IAsyncResult |
public BeginUploadLayerPart ( |
||
request | Container for the necessary parameters to execute the UploadLayerPart operation on AmazonECRClient. | |
callback | AsyncCallback | An AsyncCallback delegate that is invoked when the operation completes. |
state | object | A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. |
return | IAsyncResult |
public CompleteLayerUpload ( |
||
request | Container for the necessary parameters to execute the CompleteLayerUpload service method. | |
return |
public CompleteLayerUploadAsync ( |
||
request | Container for the necessary parameters to execute the CompleteLayerUpload operation. | |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
return | Task |
public CreateRepository ( Amazon.ECR.Model.CreateRepositoryRequest request ) : |
||
request | Amazon.ECR.Model.CreateRepositoryRequest | Container for the necessary parameters to execute the CreateRepository service method. |
return |
public CreateRepositoryAsync ( Amazon.ECR.Model.CreateRepositoryRequest request, System cancellationToken = default(CancellationToken) ) : Task |
||
request | Amazon.ECR.Model.CreateRepositoryRequest | Container for the necessary parameters to execute the CreateRepository operation. |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
return | Task |
protected CreateSigner ( ) : |
||
return |
public DeleteRepository ( Amazon.ECR.Model.DeleteRepositoryRequest request ) : |
||
request | Amazon.ECR.Model.DeleteRepositoryRequest | Container for the necessary parameters to execute the DeleteRepository service method. |
return |
public DeleteRepositoryAsync ( Amazon.ECR.Model.DeleteRepositoryRequest request, System cancellationToken = default(CancellationToken) ) : Task |
||
request | Amazon.ECR.Model.DeleteRepositoryRequest | Container for the necessary parameters to execute the DeleteRepository operation. |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
return | Task |
public DeleteRepositoryPolicy ( Amazon.ECR.Model.DeleteRepositoryPolicyRequest request ) : |
||
request | Amazon.ECR.Model.DeleteRepositoryPolicyRequest | Container for the necessary parameters to execute the DeleteRepositoryPolicy service method. |
return |
public DeleteRepositoryPolicyAsync ( Amazon.ECR.Model.DeleteRepositoryPolicyRequest request, System cancellationToken = default(CancellationToken) ) : Task |
||
request | Amazon.ECR.Model.DeleteRepositoryPolicyRequest | Container for the necessary parameters to execute the DeleteRepositoryPolicy operation. |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
return | Task |
public DescribeImages ( |
||
request | Container for the necessary parameters to execute the DescribeImages service method. | |
return |
public DescribeImagesAsync ( |
||
request | Container for the necessary parameters to execute the DescribeImages operation. | |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
return | Task |
public DescribeRepositories ( |
||
request | Container for the necessary parameters to execute the DescribeRepositories service method. | |
return |
public DescribeRepositoriesAsync ( |
||
request | Container for the necessary parameters to execute the DescribeRepositories operation. | |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
return | Task |
public EndBatchCheckLayerAvailability ( IAsyncResult asyncResult ) : |
||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginBatchCheckLayerAvailability. |
return |
public EndBatchDeleteImage ( IAsyncResult asyncResult ) : |
||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginBatchDeleteImage. |
return |
public EndBatchGetImage ( IAsyncResult asyncResult ) : |
||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginBatchGetImage. |
return |
public EndCompleteLayerUpload ( IAsyncResult asyncResult ) : |
||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginCompleteLayerUpload. |
return |
public EndCreateRepository ( IAsyncResult asyncResult ) : |
||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginCreateRepository. |
return |
public EndDeleteRepository ( IAsyncResult asyncResult ) : |
||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginDeleteRepository. |
return |
public EndDeleteRepositoryPolicy ( IAsyncResult asyncResult ) : |
||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginDeleteRepositoryPolicy. |
return |
public EndDescribeImages ( IAsyncResult asyncResult ) : |
||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginDescribeImages. |
return |
public EndDescribeRepositories ( IAsyncResult asyncResult ) : |
||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginDescribeRepositories. |
return |
public EndGetAuthorizationToken ( IAsyncResult asyncResult ) : |
||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginGetAuthorizationToken. |
return |
public EndGetDownloadUrlForLayer ( IAsyncResult asyncResult ) : |
||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginGetDownloadUrlForLayer. |
return |
public EndGetRepositoryPolicy ( IAsyncResult asyncResult ) : |
||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginGetRepositoryPolicy. |
return |
public EndInitiateLayerUpload ( IAsyncResult asyncResult ) : |
||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginInitiateLayerUpload. |
return |
public EndListImages ( IAsyncResult asyncResult ) : |
||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginListImages. |
return |
public EndPutImage ( IAsyncResult asyncResult ) : |
||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginPutImage. |
return |
public EndSetRepositoryPolicy ( IAsyncResult asyncResult ) : |
||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginSetRepositoryPolicy. |
return |
public EndUploadLayerPart ( IAsyncResult asyncResult ) : |
||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginUploadLayerPart. |
return |
public GetAuthorizationToken ( Amazon.ECR.Model.GetAuthorizationTokenRequest request ) : |
||
request | Amazon.ECR.Model.GetAuthorizationTokenRequest | Container for the necessary parameters to execute the GetAuthorizationToken service method. |
return |
public GetAuthorizationTokenAsync ( Amazon.ECR.Model.GetAuthorizationTokenRequest request, System cancellationToken = default(CancellationToken) ) : Task |
||
request | Amazon.ECR.Model.GetAuthorizationTokenRequest | Container for the necessary parameters to execute the GetAuthorizationToken operation. |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
return | Task |
public GetDownloadUrlForLayer ( |
||
request | Container for the necessary parameters to execute the GetDownloadUrlForLayer service method. | |
return |
public GetDownloadUrlForLayerAsync ( |
||
request | Container for the necessary parameters to execute the GetDownloadUrlForLayer operation. | |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
return | Task |
public GetRepositoryPolicy ( Amazon.ECR.Model.GetRepositoryPolicyRequest request ) : |
||
request | Amazon.ECR.Model.GetRepositoryPolicyRequest | Container for the necessary parameters to execute the GetRepositoryPolicy service method. |
return |
public GetRepositoryPolicyAsync ( Amazon.ECR.Model.GetRepositoryPolicyRequest request, System cancellationToken = default(CancellationToken) ) : Task |
||
request | Amazon.ECR.Model.GetRepositoryPolicyRequest | Container for the necessary parameters to execute the GetRepositoryPolicy operation. |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
return | Task |
public InitiateLayerUpload ( |
||
request | Container for the necessary parameters to execute the InitiateLayerUpload service method. | |
return |
public InitiateLayerUploadAsync ( |
||
request | Container for the necessary parameters to execute the InitiateLayerUpload operation. | |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
return | Task |
public ListImages ( |
||
request | Container for the necessary parameters to execute the ListImages service method. | |
return |
public ListImagesAsync ( |
||
request | Container for the necessary parameters to execute the ListImages operation. | |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
return | Task |
public PutImage ( |
||
request | Container for the necessary parameters to execute the PutImage service method. | |
return |
public PutImageAsync ( |
||
request | Container for the necessary parameters to execute the PutImage operation. | |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
return | Task |
public SetRepositoryPolicy ( Amazon.ECR.Model.SetRepositoryPolicyRequest request ) : |
||
request | Amazon.ECR.Model.SetRepositoryPolicyRequest | Container for the necessary parameters to execute the SetRepositoryPolicy service method. |
return |
public SetRepositoryPolicyAsync ( Amazon.ECR.Model.SetRepositoryPolicyRequest request, System cancellationToken = default(CancellationToken) ) : Task |
||
request | Amazon.ECR.Model.SetRepositoryPolicyRequest | Container for the necessary parameters to execute the SetRepositoryPolicy operation. |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
return | Task |
public UploadLayerPart ( |
||
request | Container for the necessary parameters to execute the UploadLayerPart service method. | |
return |
public UploadLayerPartAsync ( |
||
request | Container for the necessary parameters to execute the UploadLayerPart operation. | |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
return | Task |