Uses of Class
software.amazon.awssdk.services.ecrpublic.model.BatchCheckLayerAvailabilityResponse
-
Packages that use BatchCheckLayerAvailabilityResponse Package Description software.amazon.awssdk.services.ecrpublic Amazon Elastic Container Registry Public -
-
Uses of BatchCheckLayerAvailabilityResponse in software.amazon.awssdk.services.ecrpublic
Methods in software.amazon.awssdk.services.ecrpublic that return BatchCheckLayerAvailabilityResponse Modifier and Type Method Description default BatchCheckLayerAvailabilityResponseEcrPublicClient. batchCheckLayerAvailability(Consumer<BatchCheckLayerAvailabilityRequest.Builder> 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.Methods in software.amazon.awssdk.services.ecrpublic that return types with arguments of type BatchCheckLayerAvailabilityResponse Modifier and Type Method Description default CompletableFuture<BatchCheckLayerAvailabilityResponse>EcrPublicAsyncClient. batchCheckLayerAvailability(Consumer<BatchCheckLayerAvailabilityRequest.Builder> batchCheckLayerAvailabilityRequest)Checks the availability of one or more image layers that are within a repository in a public registry.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.
-