Package | Description |
---|---|
com.amazonaws.services.ecr.model | |
com.amazonaws.services.ecr.model.transform |
Modifier and Type | Field and Description |
---|---|
private java.util.List<LayerFailure> |
BatchCheckLayerAvailabilityResult.failures
Any failures associated with the call.
|
Modifier and Type | Method and Description |
---|---|
LayerFailure |
LayerFailure.clone() |
LayerFailure |
LayerFailure.withFailureCode(LayerFailureCode failureCode)
The failure code associated with the failure.
|
LayerFailure |
LayerFailure.withFailureCode(java.lang.String failureCode)
The failure code associated with the failure.
|
LayerFailure |
LayerFailure.withFailureReason(java.lang.String failureReason)
The reason for the failure.
|
LayerFailure |
LayerFailure.withLayerDigest(java.lang.String layerDigest)
The layer digest associated with the failure.
|
Modifier and Type | Method and Description |
---|---|
java.util.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(java.util.Collection<LayerFailure> failures)
Any failures associated with the call.
|
BatchCheckLayerAvailabilityResult |
BatchCheckLayerAvailabilityResult.withFailures(java.util.Collection<LayerFailure> failures)
Any failures associated with the call.
|
Modifier and Type | Method and Description |
---|---|
LayerFailure |
LayerFailureJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
LayerFailureJsonMarshaller.marshall(LayerFailure layerFailure,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|