| Package | Description |
|---|---|
| software.amazon.awssdk.services.ecr.model |
| Modifier and Type | Method and Description |
|---|---|
Image |
PutImageResponse.image()
Details of the image uploaded.
|
| Modifier and Type | Method and Description |
|---|---|
List<Image> |
BatchGetImageResponse.images()
A list of image objects corresponding to the image references in the request.
|
| Modifier and Type | Method and Description |
|---|---|
PutImageResponse.Builder |
PutImageResponse.Builder.image(Image image)
Details of the image uploaded.
|
BatchGetImageResponse.Builder |
BatchGetImageResponse.Builder.images(Image... images)
A list of image objects corresponding to the image references in the request.
|
| Modifier and Type | Method and Description |
|---|---|
BatchGetImageResponse.Builder |
BatchGetImageResponse.Builder.images(Collection<Image> images)
A list of image objects corresponding to the image references in the request.
|
Copyright © 2023. All rights reserved.