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 BatchGetImageResultAbstractAmazonECR. batchGetImage(BatchGetImageRequest request)BatchGetImageResultAmazonECR. batchGetImage(BatchGetImageRequest batchGetImageRequest)Gets detailed information for specified images within a specified repository.BatchGetImageResultAmazonECRClient. 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 BatchGetImageResultBatchGetImageResult. clone()BatchGetImageResultBatchGetImageResult. withFailures(ImageFailure... failures)Any failures associated with the call.BatchGetImageResultBatchGetImageResult. withFailures(Collection<ImageFailure> failures)Any failures associated with the call.BatchGetImageResultBatchGetImageResult. withImages(Image... images)A list of image objects corresponding to the image references in the request.BatchGetImageResultBatchGetImageResult. withImages(Collection<Image> images)A list of image objects corresponding to the image references in the request.
-