| Package | Description |
|---|---|
| com.amazonaws.services.ecrpublic |
|
| com.amazonaws.services.ecrpublic.model |
| Modifier and Type | Method and Description |
|---|---|
BatchCheckLayerAvailabilityResult |
AbstractAmazonECRPublic.batchCheckLayerAvailability(BatchCheckLayerAvailabilityRequest request) |
BatchCheckLayerAvailabilityResult |
AmazonECRPublic.batchCheckLayerAvailability(BatchCheckLayerAvailabilityRequest batchCheckLayerAvailabilityRequest)
Checks the availability of one or more image layers that are within a repository in a public registry.
|
BatchCheckLayerAvailabilityResult |
AmazonECRPublicClient.batchCheckLayerAvailability(BatchCheckLayerAvailabilityRequest request)
Checks the availability of one or more image layers that are within a repository in a public registry.
|
| Modifier and Type | Method and Description |
|---|---|
BatchCheckLayerAvailabilityResult |
BatchCheckLayerAvailabilityResult.clone() |
BatchCheckLayerAvailabilityResult |
BatchCheckLayerAvailabilityResult.withFailures(Collection<LayerFailure> failures)
Any failures associated with the call.
|
BatchCheckLayerAvailabilityResult |
BatchCheckLayerAvailabilityResult.withFailures(LayerFailure... failures)
Any failures associated with the call.
|
BatchCheckLayerAvailabilityResult |
BatchCheckLayerAvailabilityResult.withLayers(Collection<Layer> layers)
A list of image layer objects that correspond to the image layer references in the request.
|
BatchCheckLayerAvailabilityResult |
BatchCheckLayerAvailabilityResult.withLayers(Layer... layers)
A list of image layer objects that correspond to the image layer references in the request.
|
Copyright © 2024. All rights reserved.