| Package | Description |
|---|---|
| com.amazonaws.services.ecrpublic.model |
| Modifier and Type | Method and Description |
|---|---|
LayerFailure |
LayerFailure.clone() |
LayerFailure |
LayerFailure.withFailureCode(LayerFailureCode failureCode)
The failure code that's associated with the failure.
|
LayerFailure |
LayerFailure.withFailureCode(String failureCode)
The failure code that's associated with the failure.
|
LayerFailure |
LayerFailure.withFailureReason(String failureReason)
The reason for the failure.
|
LayerFailure |
LayerFailure.withLayerDigest(String layerDigest)
The layer digest that's associated with the failure.
|
| Modifier and Type | Method and Description |
|---|---|
List<LayerFailure> |
BatchCheckLayerAvailabilityResult.getFailures()
Any failures associated with the call.
|
| Modifier and Type | Method and Description |
|---|---|
BatchCheckLayerAvailabilityResult |
BatchCheckLayerAvailabilityResult.withFailures(LayerFailure... failures)
Any failures associated with the call.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BatchCheckLayerAvailabilityResult.setFailures(Collection<LayerFailure> failures)
Any failures associated with the call.
|
BatchCheckLayerAvailabilityResult |
BatchCheckLayerAvailabilityResult.withFailures(Collection<LayerFailure> failures)
Any failures associated with the call.
|
Copyright © 2025. All rights reserved.