Package | Description |
---|---|
com.amazonaws.services.ecr.model |
Modifier and Type | Method and Description |
---|---|
LayerFailure |
LayerFailure.clone() |
LayerFailure |
LayerFailure.withFailureCode(LayerFailureCode failureCode)
The failure code associated with the failure.
|
LayerFailure |
LayerFailure.withFailureCode(String failureCode)
The failure code associated with the failure.
|
LayerFailure |
LayerFailure.withFailureReason(String failureReason)
The reason for the failure.
|
LayerFailure |
LayerFailure.withLayerDigest(String layerDigest)
The layer digest 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 © 2018. All rights reserved.