Uses of Class
com.amazonaws.services.ecr.model.BatchCheckLayerAvailabilityResult
-
Packages that use BatchCheckLayerAvailabilityResult Package Description com.amazonaws.services.ecr com.amazonaws.services.ecr.model -
-
Uses of BatchCheckLayerAvailabilityResult in com.amazonaws.services.ecr
Methods in com.amazonaws.services.ecr that return BatchCheckLayerAvailabilityResult Modifier and Type Method Description BatchCheckLayerAvailabilityResultAbstractAmazonECR. batchCheckLayerAvailability(BatchCheckLayerAvailabilityRequest request)BatchCheckLayerAvailabilityResultAmazonECR. batchCheckLayerAvailability(BatchCheckLayerAvailabilityRequest batchCheckLayerAvailabilityRequest)Check the availability of multiple image layers in a specified registry and repository.BatchCheckLayerAvailabilityResultAmazonECRClient. batchCheckLayerAvailability(BatchCheckLayerAvailabilityRequest batchCheckLayerAvailabilityRequest)Check the availability of multiple image layers in a specified registry and repository.Method parameters in com.amazonaws.services.ecr with type arguments of type BatchCheckLayerAvailabilityResult Modifier and Type Method Description Future<BatchCheckLayerAvailabilityResult>AbstractAmazonECRAsync. batchCheckLayerAvailabilityAsync(BatchCheckLayerAvailabilityRequest request, AsyncHandler<BatchCheckLayerAvailabilityRequest,BatchCheckLayerAvailabilityResult> asyncHandler)Future<BatchCheckLayerAvailabilityResult>AmazonECRAsync. batchCheckLayerAvailabilityAsync(BatchCheckLayerAvailabilityRequest batchCheckLayerAvailabilityRequest, AsyncHandler<BatchCheckLayerAvailabilityRequest,BatchCheckLayerAvailabilityResult> asyncHandler)Check the availability of multiple image layers in a specified registry and repository.Future<BatchCheckLayerAvailabilityResult>AmazonECRAsyncClient. batchCheckLayerAvailabilityAsync(BatchCheckLayerAvailabilityRequest request, AsyncHandler<BatchCheckLayerAvailabilityRequest,BatchCheckLayerAvailabilityResult> asyncHandler) -
Uses of BatchCheckLayerAvailabilityResult in com.amazonaws.services.ecr.model
Methods in com.amazonaws.services.ecr.model that return BatchCheckLayerAvailabilityResult Modifier and Type Method Description BatchCheckLayerAvailabilityResultBatchCheckLayerAvailabilityResult. clone()BatchCheckLayerAvailabilityResultBatchCheckLayerAvailabilityResult. withFailures(LayerFailure... failures)Any failures associated with the call.BatchCheckLayerAvailabilityResultBatchCheckLayerAvailabilityResult. withFailures(Collection<LayerFailure> failures)Any failures associated with the call.BatchCheckLayerAvailabilityResultBatchCheckLayerAvailabilityResult. withLayers(Layer... layers)A list of image layer objects corresponding to the image layer references in the request.BatchCheckLayerAvailabilityResultBatchCheckLayerAvailabilityResult. withLayers(Collection<Layer> layers)A list of image layer objects corresponding to the image layer references in the request.
-