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