| Package | Description |
|---|---|
| software.amazon.awssdk.services.ecr.model |
| Modifier and Type | Method and Description |
|---|---|
List<ImageFailure> |
BatchGetImageResponse.failures()
Any failures associated with the call.
|
List<ImageFailure> |
BatchDeleteImageResponse.failures()
Any failures associated with the call.
|
| Modifier and Type | Method and Description |
|---|---|
BatchGetImageResponse.Builder |
BatchGetImageResponse.Builder.failures(ImageFailure... failures)
Any failures associated with the call.
|
BatchDeleteImageResponse.Builder |
BatchDeleteImageResponse.Builder.failures(ImageFailure... failures)
Any failures associated with the call.
|
| Modifier and Type | Method and Description |
|---|---|
BatchGetImageResponse.Builder |
BatchGetImageResponse.Builder.failures(Collection<ImageFailure> failures)
Any failures associated with the call.
|
BatchDeleteImageResponse.Builder |
BatchDeleteImageResponse.Builder.failures(Collection<ImageFailure> failures)
Any failures associated with the call.
|
Copyright © 2021. All rights reserved.