| Package | Description |
|---|---|
| software.amazon.awssdk.services.ecrpublic |
|
| software.amazon.awssdk.services.ecrpublic.model |
| Modifier and Type | Method and Description |
|---|---|
default BatchCheckLayerAvailabilityResponse |
EcrPublicClient.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(Consumer<BatchCheckLayerAvailabilityRequest.Builder> batchCheckLayerAvailabilityRequest)
Checks the availability of one or more image layers that are within a repository in a public registry.
|
| Modifier and Type | Method and Description |
|---|---|
static BatchCheckLayerAvailabilityRequest.Builder |
BatchCheckLayerAvailabilityRequest.builder() |
BatchCheckLayerAvailabilityRequest.Builder |
BatchCheckLayerAvailabilityRequest.Builder.layerDigests(Collection<String> layerDigests)
The digests of the image layers to check.
|
BatchCheckLayerAvailabilityRequest.Builder |
BatchCheckLayerAvailabilityRequest.Builder.layerDigests(String... layerDigests)
The digests of the image layers to check.
|
BatchCheckLayerAvailabilityRequest.Builder |
BatchCheckLayerAvailabilityRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
BatchCheckLayerAvailabilityRequest.Builder |
BatchCheckLayerAvailabilityRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
BatchCheckLayerAvailabilityRequest.Builder |
BatchCheckLayerAvailabilityRequest.Builder.registryId(String registryId)
The Amazon Web Services account ID, or registry alias, associated with the public registry that contains the
image layers to check.
|
BatchCheckLayerAvailabilityRequest.Builder |
BatchCheckLayerAvailabilityRequest.Builder.repositoryName(String repositoryName)
The name of the repository that's associated with the image layers to check.
|
BatchCheckLayerAvailabilityRequest.Builder |
BatchCheckLayerAvailabilityRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends BatchCheckLayerAvailabilityRequest.Builder> |
BatchCheckLayerAvailabilityRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.