Uses of Class
com.amazonaws.services.ecr.model.BatchCheckLayerAvailabilityRequest
-
Packages that use BatchCheckLayerAvailabilityRequest Package Description com.amazonaws.services.ecr com.amazonaws.services.ecr.model -
-
Uses of BatchCheckLayerAvailabilityRequest in com.amazonaws.services.ecr
Method parameters in com.amazonaws.services.ecr with type arguments of type BatchCheckLayerAvailabilityRequest 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 BatchCheckLayerAvailabilityRequest in com.amazonaws.services.ecr.model
Methods in com.amazonaws.services.ecr.model that return BatchCheckLayerAvailabilityRequest Modifier and Type Method Description BatchCheckLayerAvailabilityRequestBatchCheckLayerAvailabilityRequest. clone()BatchCheckLayerAvailabilityRequestBatchCheckLayerAvailabilityRequest. withLayerDigests(String... layerDigests)The digests of the image layers to check.BatchCheckLayerAvailabilityRequestBatchCheckLayerAvailabilityRequest. withLayerDigests(Collection<String> layerDigests)The digests of the image layers to check.BatchCheckLayerAvailabilityRequestBatchCheckLayerAvailabilityRequest. withRegistryId(String registryId)The AWS account ID associated with the registry that contains the image layers to check.BatchCheckLayerAvailabilityRequestBatchCheckLayerAvailabilityRequest. withRepositoryName(String repositoryName)The name of the repository that is associated with the image layers to check.
-