@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AbstractAmazonECRAsync extends AbstractAmazonECR implements AmazonECRAsync
AmazonECRAsync. Convenient method forms pass through to the corresponding overload
 that takes a request object and an AsyncHandler, which throws an UnsupportedOperationException.ENDPOINT_PREFIX| Modifier | Constructor and Description | 
|---|---|
| protected  | AbstractAmazonECRAsync() | 
batchCheckLayerAvailability, batchDeleteImage, batchGetImage, completeLayerUpload, createRepository, deleteLifecyclePolicy, deleteRepository, deleteRepositoryPolicy, describeImages, describeImageScanFindings, describeRepositories, getAuthorizationToken, getCachedResponseMetadata, getDownloadUrlForLayer, getLifecyclePolicy, getLifecyclePolicyPreview, getRepositoryPolicy, initiateLayerUpload, listImages, listTagsForResource, putImage, putImageScanningConfiguration, putImageTagMutability, putLifecyclePolicy, setEndpoint, setRegion, setRepositoryPolicy, shutdown, startImageScan, startLifecyclePolicyPreview, tagResource, untagResource, uploadLayerPart, waitersclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitbatchCheckLayerAvailability, batchDeleteImage, batchGetImage, completeLayerUpload, createRepository, deleteLifecyclePolicy, deleteRepository, deleteRepositoryPolicy, describeImages, describeImageScanFindings, describeRepositories, getAuthorizationToken, getCachedResponseMetadata, getDownloadUrlForLayer, getLifecyclePolicy, getLifecyclePolicyPreview, getRepositoryPolicy, initiateLayerUpload, listImages, listTagsForResource, putImage, putImageScanningConfiguration, putImageTagMutability, putLifecyclePolicy, setEndpoint, setRegion, setRepositoryPolicy, shutdown, startImageScan, startLifecyclePolicyPreview, tagResource, untagResource, uploadLayerPart, waiterspublic Future<BatchCheckLayerAvailabilityResult> batchCheckLayerAvailabilityAsync(BatchCheckLayerAvailabilityRequest request)
AmazonECRAsyncCheck 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 docker CLI to pull, tag, and push images.
 
batchCheckLayerAvailabilityAsync in interface AmazonECRAsyncpublic Future<BatchCheckLayerAvailabilityResult> batchCheckLayerAvailabilityAsync(BatchCheckLayerAvailabilityRequest request, AsyncHandler<BatchCheckLayerAvailabilityRequest,BatchCheckLayerAvailabilityResult> asyncHandler)
AmazonECRAsyncCheck 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 docker CLI to pull, tag, and push images.
 
batchCheckLayerAvailabilityAsync in interface AmazonECRAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
        implementation of the callback methods in this interface to receive notification of successful or
        unsuccessful completion of the operation.public Future<BatchDeleteImageResult> batchDeleteImageAsync(BatchDeleteImageRequest request)
AmazonECRAsync
 Deletes a list of specified images within a specified repository. Images are specified with either
 imageTag or imageDigest.
 
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 in interface AmazonECRAsyncrequest - Deletes specified images within a specified repository. Images are specified with either the
        imageTag or imageDigest.public Future<BatchDeleteImageResult> batchDeleteImageAsync(BatchDeleteImageRequest request, AsyncHandler<BatchDeleteImageRequest,BatchDeleteImageResult> asyncHandler)
AmazonECRAsync
 Deletes a list of specified images within a specified repository. Images are specified with either
 imageTag or imageDigest.
 
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 in interface AmazonECRAsyncrequest - Deletes specified images within a specified repository. Images are specified with either the
        imageTag or imageDigest.asyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
        implementation of the callback methods in this interface to receive notification of successful or
        unsuccessful completion of the operation.public Future<BatchGetImageResult> batchGetImageAsync(BatchGetImageRequest request)
AmazonECRAsync
 Gets detailed information for specified images within a specified repository. Images are specified with either
 imageTag or imageDigest.
 
batchGetImageAsync in interface AmazonECRAsyncpublic Future<BatchGetImageResult> batchGetImageAsync(BatchGetImageRequest request, AsyncHandler<BatchGetImageRequest,BatchGetImageResult> asyncHandler)
AmazonECRAsync
 Gets detailed information for specified images within a specified repository. Images are specified with either
 imageTag or imageDigest.
 
batchGetImageAsync in interface AmazonECRAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
        implementation of the callback methods in this interface to receive notification of successful or
        unsuccessful completion of the operation.public Future<CompleteLayerUploadResult> completeLayerUploadAsync(CompleteLayerUploadRequest request)
AmazonECRAsync
 Informs Amazon ECR that the image layer upload has completed for a specified registry, repository name, and
 upload ID. You can optionally provide a sha256 digest of the image layer for data validation
 purposes.
 
 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 docker CLI to pull, tag, and push images.
 
completeLayerUploadAsync in interface AmazonECRAsyncpublic Future<CompleteLayerUploadResult> completeLayerUploadAsync(CompleteLayerUploadRequest request, AsyncHandler<CompleteLayerUploadRequest,CompleteLayerUploadResult> asyncHandler)
AmazonECRAsync
 Informs Amazon ECR that the image layer upload has completed for a specified registry, repository name, and
 upload ID. You can optionally provide a sha256 digest of the image layer for data validation
 purposes.
 
 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 docker CLI to pull, tag, and push images.
 
completeLayerUploadAsync in interface AmazonECRAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
        implementation of the callback methods in this interface to receive notification of successful or
        unsuccessful completion of the operation.public Future<CreateRepositoryResult> createRepositoryAsync(CreateRepositoryRequest request)
AmazonECRAsyncCreates an Amazon Elastic Container Registry (Amazon ECR) repository, where users can push and pull Docker images. For more information, see Amazon ECR Repositories in the Amazon Elastic Container Registry User Guide.
createRepositoryAsync in interface AmazonECRAsyncpublic Future<CreateRepositoryResult> createRepositoryAsync(CreateRepositoryRequest request, AsyncHandler<CreateRepositoryRequest,CreateRepositoryResult> asyncHandler)
AmazonECRAsyncCreates an Amazon Elastic Container Registry (Amazon ECR) repository, where users can push and pull Docker images. For more information, see Amazon ECR Repositories in the Amazon Elastic Container Registry User Guide.
createRepositoryAsync in interface AmazonECRAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
        implementation of the callback methods in this interface to receive notification of successful or
        unsuccessful completion of the operation.public Future<DeleteLifecyclePolicyResult> deleteLifecyclePolicyAsync(DeleteLifecyclePolicyRequest request)
AmazonECRAsyncDeletes the specified lifecycle policy.
deleteLifecyclePolicyAsync in interface AmazonECRAsyncpublic Future<DeleteLifecyclePolicyResult> deleteLifecyclePolicyAsync(DeleteLifecyclePolicyRequest request, AsyncHandler<DeleteLifecyclePolicyRequest,DeleteLifecyclePolicyResult> asyncHandler)
AmazonECRAsyncDeletes the specified lifecycle policy.
deleteLifecyclePolicyAsync in interface AmazonECRAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
        implementation of the callback methods in this interface to receive notification of successful or
        unsuccessful completion of the operation.public Future<DeleteRepositoryResult> deleteRepositoryAsync(DeleteRepositoryRequest request)
AmazonECRAsync
 Deletes an existing image repository. If a repository contains images, you must use the force option
 to delete it.
 
deleteRepositoryAsync in interface AmazonECRAsyncpublic Future<DeleteRepositoryResult> deleteRepositoryAsync(DeleteRepositoryRequest request, AsyncHandler<DeleteRepositoryRequest,DeleteRepositoryResult> asyncHandler)
AmazonECRAsync
 Deletes an existing image repository. If a repository contains images, you must use the force option
 to delete it.
 
deleteRepositoryAsync in interface AmazonECRAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
        implementation of the callback methods in this interface to receive notification of successful or
        unsuccessful completion of the operation.public Future<DeleteRepositoryPolicyResult> deleteRepositoryPolicyAsync(DeleteRepositoryPolicyRequest request)
AmazonECRAsyncDeletes the repository policy from a specified repository.
deleteRepositoryPolicyAsync in interface AmazonECRAsyncpublic Future<DeleteRepositoryPolicyResult> deleteRepositoryPolicyAsync(DeleteRepositoryPolicyRequest request, AsyncHandler<DeleteRepositoryPolicyRequest,DeleteRepositoryPolicyResult> asyncHandler)
AmazonECRAsyncDeletes the repository policy from a specified repository.
deleteRepositoryPolicyAsync in interface AmazonECRAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
        implementation of the callback methods in this interface to receive notification of successful or
        unsuccessful completion of the operation.public Future<DescribeImageScanFindingsResult> describeImageScanFindingsAsync(DescribeImageScanFindingsRequest request)
AmazonECRAsyncDescribes the image scan findings for the specified image.
describeImageScanFindingsAsync in interface AmazonECRAsyncpublic Future<DescribeImageScanFindingsResult> describeImageScanFindingsAsync(DescribeImageScanFindingsRequest request, AsyncHandler<DescribeImageScanFindingsRequest,DescribeImageScanFindingsResult> asyncHandler)
AmazonECRAsyncDescribes the image scan findings for the specified image.
describeImageScanFindingsAsync in interface AmazonECRAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
        implementation of the callback methods in this interface to receive notification of successful or
        unsuccessful completion of the operation.public Future<DescribeImagesResult> describeImagesAsync(DescribeImagesRequest request)
AmazonECRAsyncReturns 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 docker images command shows the uncompressed image size, so it may
 return a larger image size than the image sizes returned by DescribeImages.
 
describeImagesAsync in interface AmazonECRAsyncpublic Future<DescribeImagesResult> describeImagesAsync(DescribeImagesRequest request, AsyncHandler<DescribeImagesRequest,DescribeImagesResult> asyncHandler)
AmazonECRAsyncReturns 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 docker images command shows the uncompressed image size, so it may
 return a larger image size than the image sizes returned by DescribeImages.
 
describeImagesAsync in interface AmazonECRAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
        implementation of the callback methods in this interface to receive notification of successful or
        unsuccessful completion of the operation.public Future<DescribeRepositoriesResult> describeRepositoriesAsync(DescribeRepositoriesRequest request)
AmazonECRAsyncDescribes image repositories in a registry.
describeRepositoriesAsync in interface AmazonECRAsyncpublic Future<DescribeRepositoriesResult> describeRepositoriesAsync(DescribeRepositoriesRequest request, AsyncHandler<DescribeRepositoriesRequest,DescribeRepositoriesResult> asyncHandler)
AmazonECRAsyncDescribes image repositories in a registry.
describeRepositoriesAsync in interface AmazonECRAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
        implementation of the callback methods in this interface to receive notification of successful or
        unsuccessful completion of the operation.public Future<GetAuthorizationTokenResult> getAuthorizationTokenAsync(GetAuthorizationTokenRequest request)
AmazonECRAsync
 Retrieves a token that is valid for a specified registry for 12 hours. This command allows you to use the
 docker CLI to push and pull images with Amazon ECR. If you do not specify a registry, the default
 registry is assumed.
 
 The authorizationToken returned for each registry specified is a base64 encoded string that can be
 decoded and used in a docker login command to authenticate to a registry. The AWS CLI offers an
 aws ecr get-login command that simplifies the login process.
 
getAuthorizationTokenAsync in interface AmazonECRAsyncpublic Future<GetAuthorizationTokenResult> getAuthorizationTokenAsync(GetAuthorizationTokenRequest request, AsyncHandler<GetAuthorizationTokenRequest,GetAuthorizationTokenResult> asyncHandler)
AmazonECRAsync
 Retrieves a token that is valid for a specified registry for 12 hours. This command allows you to use the
 docker CLI to push and pull images with Amazon ECR. If you do not specify a registry, the default
 registry is assumed.
 
 The authorizationToken returned for each registry specified is a base64 encoded string that can be
 decoded and used in a docker login command to authenticate to a registry. The AWS CLI offers an
 aws ecr get-login command that simplifies the login process.
 
getAuthorizationTokenAsync in interface AmazonECRAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
        implementation of the callback methods in this interface to receive notification of successful or
        unsuccessful completion of the operation.public Future<GetDownloadUrlForLayerResult> getDownloadUrlForLayerAsync(GetDownloadUrlForLayerRequest request)
AmazonECRAsyncRetrieves 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 docker CLI to pull, tag, and push images.
 
getDownloadUrlForLayerAsync in interface AmazonECRAsyncpublic Future<GetDownloadUrlForLayerResult> getDownloadUrlForLayerAsync(GetDownloadUrlForLayerRequest request, AsyncHandler<GetDownloadUrlForLayerRequest,GetDownloadUrlForLayerResult> asyncHandler)
AmazonECRAsyncRetrieves 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 docker CLI to pull, tag, and push images.
 
getDownloadUrlForLayerAsync in interface AmazonECRAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
        implementation of the callback methods in this interface to receive notification of successful or
        unsuccessful completion of the operation.public Future<GetLifecyclePolicyResult> getLifecyclePolicyAsync(GetLifecyclePolicyRequest request)
AmazonECRAsyncRetrieves the specified lifecycle policy.
getLifecyclePolicyAsync in interface AmazonECRAsyncpublic Future<GetLifecyclePolicyResult> getLifecyclePolicyAsync(GetLifecyclePolicyRequest request, AsyncHandler<GetLifecyclePolicyRequest,GetLifecyclePolicyResult> asyncHandler)
AmazonECRAsyncRetrieves the specified lifecycle policy.
getLifecyclePolicyAsync in interface AmazonECRAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
        implementation of the callback methods in this interface to receive notification of successful or
        unsuccessful completion of the operation.public Future<GetLifecyclePolicyPreviewResult> getLifecyclePolicyPreviewAsync(GetLifecyclePolicyPreviewRequest request)
AmazonECRAsyncRetrieves the results of the specified lifecycle policy preview request.
getLifecyclePolicyPreviewAsync in interface AmazonECRAsyncpublic Future<GetLifecyclePolicyPreviewResult> getLifecyclePolicyPreviewAsync(GetLifecyclePolicyPreviewRequest request, AsyncHandler<GetLifecyclePolicyPreviewRequest,GetLifecyclePolicyPreviewResult> asyncHandler)
AmazonECRAsyncRetrieves the results of the specified lifecycle policy preview request.
getLifecyclePolicyPreviewAsync in interface AmazonECRAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
        implementation of the callback methods in this interface to receive notification of successful or
        unsuccessful completion of the operation.public Future<GetRepositoryPolicyResult> getRepositoryPolicyAsync(GetRepositoryPolicyRequest request)
AmazonECRAsyncRetrieves the repository policy for a specified repository.
getRepositoryPolicyAsync in interface AmazonECRAsyncpublic Future<GetRepositoryPolicyResult> getRepositoryPolicyAsync(GetRepositoryPolicyRequest request, AsyncHandler<GetRepositoryPolicyRequest,GetRepositoryPolicyResult> asyncHandler)
AmazonECRAsyncRetrieves the repository policy for a specified repository.
getRepositoryPolicyAsync in interface AmazonECRAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
        implementation of the callback methods in this interface to receive notification of successful or
        unsuccessful completion of the operation.public Future<InitiateLayerUploadResult> initiateLayerUploadAsync(InitiateLayerUploadRequest request)
AmazonECRAsyncNotify 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 docker CLI to pull, tag, and push images.
 
initiateLayerUploadAsync in interface AmazonECRAsyncpublic Future<InitiateLayerUploadResult> initiateLayerUploadAsync(InitiateLayerUploadRequest request, AsyncHandler<InitiateLayerUploadRequest,InitiateLayerUploadResult> asyncHandler)
AmazonECRAsyncNotify 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 docker CLI to pull, tag, and push images.
 
initiateLayerUploadAsync in interface AmazonECRAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
        implementation of the callback methods in this interface to receive notification of successful or
        unsuccessful completion of the operation.public Future<ListImagesResult> listImagesAsync(ListImagesRequest request)
AmazonECRAsyncLists all the image IDs for a given repository.
 You can filter images based on whether or not they are tagged by setting the tagStatus parameter to
 TAGGED or UNTAGGED. For example, you can filter your results to return only
 UNTAGGED images and then pipe that result to a BatchDeleteImage operation to delete them. Or,
 you can filter your results to return only TAGGED images to list all of the tags in your repository.
 
listImagesAsync in interface AmazonECRAsyncpublic Future<ListImagesResult> listImagesAsync(ListImagesRequest request, AsyncHandler<ListImagesRequest,ListImagesResult> asyncHandler)
AmazonECRAsyncLists all the image IDs for a given repository.
 You can filter images based on whether or not they are tagged by setting the tagStatus parameter to
 TAGGED or UNTAGGED. For example, you can filter your results to return only
 UNTAGGED images and then pipe that result to a BatchDeleteImage operation to delete them. Or,
 you can filter your results to return only TAGGED images to list all of the tags in your repository.
 
listImagesAsync in interface AmazonECRAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
        implementation of the callback methods in this interface to receive notification of successful or
        unsuccessful completion of the operation.public Future<ListTagsForResourceResult> listTagsForResourceAsync(ListTagsForResourceRequest request)
AmazonECRAsyncList the tags for an Amazon ECR resource.
listTagsForResourceAsync in interface AmazonECRAsyncpublic Future<ListTagsForResourceResult> listTagsForResourceAsync(ListTagsForResourceRequest request, AsyncHandler<ListTagsForResourceRequest,ListTagsForResourceResult> asyncHandler)
AmazonECRAsyncList the tags for an Amazon ECR resource.
listTagsForResourceAsync in interface AmazonECRAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
        implementation of the callback methods in this interface to receive notification of successful or
        unsuccessful completion of the operation.public Future<PutImageResult> putImageAsync(PutImageRequest request)
AmazonECRAsyncCreates 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 docker CLI to pull, tag, and push images.
 
putImageAsync in interface AmazonECRAsyncpublic Future<PutImageResult> putImageAsync(PutImageRequest request, AsyncHandler<PutImageRequest,PutImageResult> asyncHandler)
AmazonECRAsyncCreates 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 docker CLI to pull, tag, and push images.
 
putImageAsync in interface AmazonECRAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
        implementation of the callback methods in this interface to receive notification of successful or
        unsuccessful completion of the operation.public Future<PutImageScanningConfigurationResult> putImageScanningConfigurationAsync(PutImageScanningConfigurationRequest request)
AmazonECRAsyncUpdates the image scanning configuration for a repository.
putImageScanningConfigurationAsync in interface AmazonECRAsyncpublic Future<PutImageScanningConfigurationResult> putImageScanningConfigurationAsync(PutImageScanningConfigurationRequest request, AsyncHandler<PutImageScanningConfigurationRequest,PutImageScanningConfigurationResult> asyncHandler)
AmazonECRAsyncUpdates the image scanning configuration for a repository.
putImageScanningConfigurationAsync in interface AmazonECRAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
        implementation of the callback methods in this interface to receive notification of successful or
        unsuccessful completion of the operation.public Future<PutImageTagMutabilityResult> putImageTagMutabilityAsync(PutImageTagMutabilityRequest request)
AmazonECRAsyncUpdates the image tag mutability settings for a repository. When a repository is configured with tag immutability, all image tags within the repository will be prevented them from being overwritten. For more information, see Image Tag Mutability in the Amazon Elastic Container Registry User Guide.
putImageTagMutabilityAsync in interface AmazonECRAsyncpublic Future<PutImageTagMutabilityResult> putImageTagMutabilityAsync(PutImageTagMutabilityRequest request, AsyncHandler<PutImageTagMutabilityRequest,PutImageTagMutabilityResult> asyncHandler)
AmazonECRAsyncUpdates the image tag mutability settings for a repository. When a repository is configured with tag immutability, all image tags within the repository will be prevented them from being overwritten. For more information, see Image Tag Mutability in the Amazon Elastic Container Registry User Guide.
putImageTagMutabilityAsync in interface AmazonECRAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
        implementation of the callback methods in this interface to receive notification of successful or
        unsuccessful completion of the operation.public Future<PutLifecyclePolicyResult> putLifecyclePolicyAsync(PutLifecyclePolicyRequest request)
AmazonECRAsyncCreates or updates a lifecycle policy. For information about lifecycle policy syntax, see Lifecycle Policy Template.
putLifecyclePolicyAsync in interface AmazonECRAsyncpublic Future<PutLifecyclePolicyResult> putLifecyclePolicyAsync(PutLifecyclePolicyRequest request, AsyncHandler<PutLifecyclePolicyRequest,PutLifecyclePolicyResult> asyncHandler)
AmazonECRAsyncCreates or updates a lifecycle policy. For information about lifecycle policy syntax, see Lifecycle Policy Template.
putLifecyclePolicyAsync in interface AmazonECRAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
        implementation of the callback methods in this interface to receive notification of successful or
        unsuccessful completion of the operation.public Future<SetRepositoryPolicyResult> setRepositoryPolicyAsync(SetRepositoryPolicyRequest request)
AmazonECRAsyncApplies a repository policy on a specified repository to control access permissions. For more information, see Amazon ECR Repository Policies in the Amazon Elastic Container Registry User Guide.
setRepositoryPolicyAsync in interface AmazonECRAsyncpublic Future<SetRepositoryPolicyResult> setRepositoryPolicyAsync(SetRepositoryPolicyRequest request, AsyncHandler<SetRepositoryPolicyRequest,SetRepositoryPolicyResult> asyncHandler)
AmazonECRAsyncApplies a repository policy on a specified repository to control access permissions. For more information, see Amazon ECR Repository Policies in the Amazon Elastic Container Registry User Guide.
setRepositoryPolicyAsync in interface AmazonECRAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
        implementation of the callback methods in this interface to receive notification of successful or
        unsuccessful completion of the operation.public Future<StartImageScanResult> startImageScanAsync(StartImageScanRequest request)
AmazonECRAsyncStarts an image vulnerability scan. An image scan can only be started once per day on an individual image. This limit includes if an image was scanned on initial push. For more information, see Image Scanning in the Amazon Elastic Container Registry User Guide.
startImageScanAsync in interface AmazonECRAsyncpublic Future<StartImageScanResult> startImageScanAsync(StartImageScanRequest request, AsyncHandler<StartImageScanRequest,StartImageScanResult> asyncHandler)
AmazonECRAsyncStarts an image vulnerability scan. An image scan can only be started once per day on an individual image. This limit includes if an image was scanned on initial push. For more information, see Image Scanning in the Amazon Elastic Container Registry User Guide.
startImageScanAsync in interface AmazonECRAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
        implementation of the callback methods in this interface to receive notification of successful or
        unsuccessful completion of the operation.public Future<StartLifecyclePolicyPreviewResult> startLifecyclePolicyPreviewAsync(StartLifecyclePolicyPreviewRequest request)
AmazonECRAsyncStarts a preview of the specified lifecycle policy. This allows you to see the results before creating the lifecycle policy.
startLifecyclePolicyPreviewAsync in interface AmazonECRAsyncpublic Future<StartLifecyclePolicyPreviewResult> startLifecyclePolicyPreviewAsync(StartLifecyclePolicyPreviewRequest request, AsyncHandler<StartLifecyclePolicyPreviewRequest,StartLifecyclePolicyPreviewResult> asyncHandler)
AmazonECRAsyncStarts a preview of the specified lifecycle policy. This allows you to see the results before creating the lifecycle policy.
startLifecyclePolicyPreviewAsync in interface AmazonECRAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
        implementation of the callback methods in this interface to receive notification of successful or
        unsuccessful completion of the operation.public Future<TagResourceResult> tagResourceAsync(TagResourceRequest request)
AmazonECRAsyncAdds specified tags to a resource with the specified ARN. Existing tags on a resource are not changed if they are not specified in the request parameters.
tagResourceAsync in interface AmazonECRAsyncpublic Future<TagResourceResult> tagResourceAsync(TagResourceRequest request, AsyncHandler<TagResourceRequest,TagResourceResult> asyncHandler)
AmazonECRAsyncAdds specified tags to a resource with the specified ARN. Existing tags on a resource are not changed if they are not specified in the request parameters.
tagResourceAsync in interface AmazonECRAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
        implementation of the callback methods in this interface to receive notification of successful or
        unsuccessful completion of the operation.public Future<UntagResourceResult> untagResourceAsync(UntagResourceRequest request)
AmazonECRAsyncDeletes specified tags from a resource.
untagResourceAsync in interface AmazonECRAsyncpublic Future<UntagResourceResult> untagResourceAsync(UntagResourceRequest request, AsyncHandler<UntagResourceRequest,UntagResourceResult> asyncHandler)
AmazonECRAsyncDeletes specified tags from a resource.
untagResourceAsync in interface AmazonECRAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
        implementation of the callback methods in this interface to receive notification of successful or
        unsuccessful completion of the operation.public Future<UploadLayerPartResult> uploadLayerPartAsync(UploadLayerPartRequest request)
AmazonECRAsyncUploads 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 docker CLI to pull, tag, and push images.
 
uploadLayerPartAsync in interface AmazonECRAsyncpublic Future<UploadLayerPartResult> uploadLayerPartAsync(UploadLayerPartRequest request, AsyncHandler<UploadLayerPartRequest,UploadLayerPartResult> asyncHandler)
AmazonECRAsyncUploads 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 docker CLI to pull, tag, and push images.
 
uploadLayerPartAsync in interface AmazonECRAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
        implementation of the callback methods in this interface to receive notification of successful or
        unsuccessful completion of the operation.Copyright © 2020. All rights reserved.