Uses of Class
com.amazonaws.services.ecr.model.BatchDeleteImageRequest
-
Packages that use BatchDeleteImageRequest Package Description com.amazonaws.services.ecr com.amazonaws.services.ecr.model -
-
Uses of BatchDeleteImageRequest in com.amazonaws.services.ecr
Method parameters in com.amazonaws.services.ecr with type arguments of type BatchDeleteImageRequest Modifier and Type Method Description Future<BatchDeleteImageResult>AbstractAmazonECRAsync. batchDeleteImageAsync(BatchDeleteImageRequest request, AsyncHandler<BatchDeleteImageRequest,BatchDeleteImageResult> asyncHandler)Future<BatchDeleteImageResult>AmazonECRAsync. batchDeleteImageAsync(BatchDeleteImageRequest batchDeleteImageRequest, AsyncHandler<BatchDeleteImageRequest,BatchDeleteImageResult> asyncHandler)Deletes a list of specified images within a specified repository.Future<BatchDeleteImageResult>AmazonECRAsyncClient. batchDeleteImageAsync(BatchDeleteImageRequest request, AsyncHandler<BatchDeleteImageRequest,BatchDeleteImageResult> asyncHandler) -
Uses of BatchDeleteImageRequest in com.amazonaws.services.ecr.model
Methods in com.amazonaws.services.ecr.model that return BatchDeleteImageRequest Modifier and Type Method Description BatchDeleteImageRequestBatchDeleteImageRequest. clone()BatchDeleteImageRequestBatchDeleteImageRequest. withImageIds(ImageIdentifier... imageIds)A list of image ID references that correspond to images to delete.BatchDeleteImageRequestBatchDeleteImageRequest. withImageIds(Collection<ImageIdentifier> imageIds)A list of image ID references that correspond to images to delete.BatchDeleteImageRequestBatchDeleteImageRequest. withRegistryId(String registryId)The AWS account ID associated with the registry that contains the image to delete.BatchDeleteImageRequestBatchDeleteImageRequest. withRepositoryName(String repositoryName)The repository that contains the image to delete.
-