Uses of Class
com.amazonaws.services.ecr.model.BatchGetImageResult
-
Packages that use BatchGetImageResult Package Description com.amazonaws.services.ecr com.amazonaws.services.ecr.model -
-
Uses of BatchGetImageResult in com.amazonaws.services.ecr
Methods in com.amazonaws.services.ecr that return BatchGetImageResult 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.Method parameters in com.amazonaws.services.ecr with type arguments of type BatchGetImageResult 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 BatchGetImageResult in com.amazonaws.services.ecr.model
Methods in com.amazonaws.services.ecr.model that return BatchGetImageResult Modifier and Type Method Description BatchGetImageResult
BatchGetImageResult. clone()
BatchGetImageResult
BatchGetImageResult. withFailures(ImageFailure... failures)
Any failures associated with the call.BatchGetImageResult
BatchGetImageResult. withFailures(Collection<ImageFailure> failures)
Any failures associated with the call.BatchGetImageResult
BatchGetImageResult. withImages(Image... images)
A list of image objects corresponding to the image references in the request.BatchGetImageResult
BatchGetImageResult. withImages(Collection<Image> images)
A list of image objects corresponding to the image references in the request.
-