Package | Description |
---|---|
com.amazonaws.services.ecr.model |
Modifier and Type | Method and Description |
---|---|
ImageFailure |
ImageFailure.clone() |
ImageFailure |
ImageFailure.withFailureCode(ImageFailureCode failureCode)
The code associated with the failure.
|
ImageFailure |
ImageFailure.withFailureCode(String failureCode)
The code associated with the failure.
|
ImageFailure |
ImageFailure.withFailureReason(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 |
---|---|
List<ImageFailure> |
BatchDeleteImageResult.getFailures()
Any failures associated with the call.
|
List<ImageFailure> |
BatchGetImageResult.getFailures()
Any failures associated with the call.
|
Modifier and Type | Method and Description |
---|---|
BatchDeleteImageResult |
BatchDeleteImageResult.withFailures(ImageFailure... failures)
Any failures associated with the call.
|
BatchGetImageResult |
BatchGetImageResult.withFailures(ImageFailure... failures)
Any failures associated with the call.
|
Modifier and Type | Method and Description |
---|---|
void |
BatchDeleteImageResult.setFailures(Collection<ImageFailure> failures)
Any failures associated with the call.
|
void |
BatchGetImageResult.setFailures(Collection<ImageFailure> failures)
Any failures associated with the call.
|
BatchDeleteImageResult |
BatchDeleteImageResult.withFailures(Collection<ImageFailure> failures)
Any failures associated with the call.
|
BatchGetImageResult |
BatchGetImageResult.withFailures(Collection<ImageFailure> failures)
Any failures associated with the call.
|
Copyright © 2018. All rights reserved.