| Package | Description |
|---|---|
| com.amazonaws.services.ecrpublic.model |
| Modifier and Type | Method and Description |
|---|---|
ImageFailure |
ImageFailure.clone() |
ImageFailure |
ImageFailure.withFailureCode(ImageFailureCode failureCode)
The code that's associated with the failure.
|
ImageFailure |
ImageFailure.withFailureCode(String failureCode)
The code that's associated with the failure.
|
ImageFailure |
ImageFailure.withFailureReason(String failureReason)
The reason for the failure.
|
ImageFailure |
ImageFailure.withImageId(ImageIdentifier imageId)
The image ID that's associated with the failure.
|
| Modifier and Type | Method and Description |
|---|---|
List<ImageFailure> |
BatchDeleteImageResult.getFailures()
Any failures associated with the call.
|
| Modifier and Type | Method and Description |
|---|---|
BatchDeleteImageResult |
BatchDeleteImageResult.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.
|
BatchDeleteImageResult |
BatchDeleteImageResult.withFailures(Collection<ImageFailure> failures)
Any failures associated with the call.
|
Copyright © 2023. All rights reserved.