Uses of Class
software.amazon.awssdk.services.ecr.model.BatchCheckLayerAvailabilityRequest
-
Packages that use BatchCheckLayerAvailabilityRequest Package Description software.amazon.awssdk.services.ecr Amazon Elastic Container Registry software.amazon.awssdk.services.ecr.transform -
-
Uses of BatchCheckLayerAvailabilityRequest in software.amazon.awssdk.services.ecr
Methods in software.amazon.awssdk.services.ecr with parameters of type BatchCheckLayerAvailabilityRequest Modifier and Type Method Description default CompletableFuture<BatchCheckLayerAvailabilityResponse>EcrAsyncClient. batchCheckLayerAvailability(BatchCheckLayerAvailabilityRequest batchCheckLayerAvailabilityRequest)Checks the availability of one or more image layers in a repository.default BatchCheckLayerAvailabilityResponseEcrClient. batchCheckLayerAvailability(BatchCheckLayerAvailabilityRequest batchCheckLayerAvailabilityRequest)Checks the availability of one or more image layers in a repository. -
Uses of BatchCheckLayerAvailabilityRequest in software.amazon.awssdk.services.ecr.transform
Methods in software.amazon.awssdk.services.ecr.transform with parameters of type BatchCheckLayerAvailabilityRequest Modifier and Type Method Description SdkHttpFullRequestBatchCheckLayerAvailabilityRequestMarshaller. marshall(BatchCheckLayerAvailabilityRequest batchCheckLayerAvailabilityRequest)
-