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