Package | Description |
---|---|
com.amazonaws.services.ecr.model | |
com.amazonaws.services.ecr.model.transform |
Modifier and Type | Field and Description |
---|---|
private java.util.List<ImageFailure> |
BatchGetImageResult.failures
Any failures associated with the call.
|
private java.util.List<ImageFailure> |
BatchDeleteImageResult.failures
Any failures associated with the call.
|
Modifier and Type | Method and Description |
---|---|
ImageFailure |
ImageFailure.clone() |
ImageFailure |
ImageFailure.withFailureCode(ImageFailureCode failureCode)
The code associated with the failure.
|
ImageFailure |
ImageFailure.withFailureCode(java.lang.String failureCode)
The code associated with the failure.
|
ImageFailure |
ImageFailure.withFailureReason(java.lang.String failureReason)
The reason for the failure.
|
ImageFailure |
ImageFailure.withImageId(ImageIdentifier imageId)
The image ID associated with the failure.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<ImageFailure> |
BatchGetImageResult.getFailures()
Any failures associated with the call.
|
java.util.List<ImageFailure> |
BatchDeleteImageResult.getFailures()
Any failures associated with the call.
|
Modifier and Type | Method and Description |
---|---|
BatchGetImageResult |
BatchGetImageResult.withFailures(ImageFailure... failures)
Any failures associated with the call.
|
BatchDeleteImageResult |
BatchDeleteImageResult.withFailures(ImageFailure... failures)
Any failures associated with the call.
|
Modifier and Type | Method and Description |
---|---|
void |
BatchGetImageResult.setFailures(java.util.Collection<ImageFailure> failures)
Any failures associated with the call.
|
void |
BatchDeleteImageResult.setFailures(java.util.Collection<ImageFailure> failures)
Any failures associated with the call.
|
BatchGetImageResult |
BatchGetImageResult.withFailures(java.util.Collection<ImageFailure> failures)
Any failures associated with the call.
|
BatchDeleteImageResult |
BatchDeleteImageResult.withFailures(java.util.Collection<ImageFailure> failures)
Any failures associated with the call.
|
Modifier and Type | Method and Description |
---|---|
ImageFailure |
ImageFailureJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
ImageFailureJsonMarshaller.marshall(ImageFailure imageFailure,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|