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 BatchCheckLayerAvailabilityResult
AbstractAmazonECR. batchCheckLayerAvailability(BatchCheckLayerAvailabilityRequest request)
BatchCheckLayerAvailabilityResult
AmazonECR. batchCheckLayerAvailability(BatchCheckLayerAvailabilityRequest batchCheckLayerAvailabilityRequest)
Check the availability of multiple image layers in a specified registry and repository.BatchCheckLayerAvailabilityResult
AmazonECRClient. 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 BatchCheckLayerAvailabilityResult
BatchCheckLayerAvailabilityResult. clone()
BatchCheckLayerAvailabilityResult
BatchCheckLayerAvailabilityResult. withFailures(LayerFailure... failures)
Any failures associated with the call.BatchCheckLayerAvailabilityResult
BatchCheckLayerAvailabilityResult. withFailures(Collection<LayerFailure> failures)
Any failures associated with the call.BatchCheckLayerAvailabilityResult
BatchCheckLayerAvailabilityResult. withLayers(Layer... layers)
A list of image layer objects corresponding to the image layer references in the request.BatchCheckLayerAvailabilityResult
BatchCheckLayerAvailabilityResult. withLayers(Collection<Layer> layers)
A list of image layer objects corresponding to the image layer references in the request.
-