Uses of Class
com.amazonaws.services.ecr.model.BatchGetImageRequest
Packages that use BatchGetImageRequest
-
Uses of BatchGetImageRequest in com.amazonaws.services.ecr
Methods in com.amazonaws.services.ecr with parameters of type BatchGetImageRequestModifier and TypeMethodDescriptionAbstractAmazonECR.batchGetImage(BatchGetImageRequest request) AmazonECR.batchGetImage(BatchGetImageRequest batchGetImageRequest) Gets detailed information for specified images within a specified repository.AmazonECRClient.batchGetImage(BatchGetImageRequest batchGetImageRequest) Gets detailed information for specified images within a specified repository.AbstractAmazonECRAsync.batchGetImageAsync(BatchGetImageRequest request) AbstractAmazonECRAsync.batchGetImageAsync(BatchGetImageRequest request, AsyncHandler<BatchGetImageRequest, BatchGetImageResult> asyncHandler) AmazonECRAsync.batchGetImageAsync(BatchGetImageRequest batchGetImageRequest) Gets detailed information for specified images within a specified repository.AmazonECRAsync.batchGetImageAsync(BatchGetImageRequest batchGetImageRequest, AsyncHandler<BatchGetImageRequest, BatchGetImageResult> asyncHandler) Gets detailed information for specified images within a specified repository.AmazonECRAsyncClient.batchGetImageAsync(BatchGetImageRequest request) AmazonECRAsyncClient.batchGetImageAsync(BatchGetImageRequest request, AsyncHandler<BatchGetImageRequest, BatchGetImageResult> asyncHandler) Method parameters in com.amazonaws.services.ecr with type arguments of type BatchGetImageRequestModifier and TypeMethodDescriptionAbstractAmazonECRAsync.batchGetImageAsync(BatchGetImageRequest request, AsyncHandler<BatchGetImageRequest, BatchGetImageResult> asyncHandler) AmazonECRAsync.batchGetImageAsync(BatchGetImageRequest batchGetImageRequest, AsyncHandler<BatchGetImageRequest, BatchGetImageResult> asyncHandler) Gets detailed information for specified images within a specified repository.AmazonECRAsyncClient.batchGetImageAsync(BatchGetImageRequest request, AsyncHandler<BatchGetImageRequest, BatchGetImageResult> asyncHandler) -
Uses of BatchGetImageRequest in com.amazonaws.services.ecr.model
Methods in com.amazonaws.services.ecr.model that return BatchGetImageRequestModifier and TypeMethodDescriptionBatchGetImageRequest.clone()BatchGetImageRequest.withImageIds(ImageIdentifier... imageIds) A list of image ID references that correspond to images to describe.BatchGetImageRequest.withImageIds(Collection<ImageIdentifier> imageIds) A list of image ID references that correspond to images to describe.BatchGetImageRequest.withRegistryId(String registryId) The AWS account ID associated with the registry that contains the images to describe.BatchGetImageRequest.withRepositoryName(String repositoryName) The repository that contains the images to describe.