| Package | Description |
|---|---|
| software.amazon.awssdk.services.ecrpublic.model |
| Modifier and Type | Method and Description |
|---|---|
ImageIdentifier |
Image.imageId()
An object containing the image tag and image digest associated with an image.
|
ImageIdentifier |
ImageFailure.imageId()
The image ID associated with the failure.
|
| Modifier and Type | Method and Description |
|---|---|
List<ImageIdentifier> |
BatchDeleteImageResponse.imageIds()
The image IDs of the deleted images.
|
List<ImageIdentifier> |
BatchDeleteImageRequest.imageIds()
A list of image ID references that correspond to images to delete.
|
List<ImageIdentifier> |
DescribeImagesRequest.imageIds()
The list of image IDs for the requested repository.
|
| Modifier and Type | Method and Description |
|---|---|
Image.Builder |
Image.Builder.imageId(ImageIdentifier imageId)
An object containing the image tag and image digest associated with an image.
|
ImageFailure.Builder |
ImageFailure.Builder.imageId(ImageIdentifier imageId)
The image ID associated with the failure.
|
BatchDeleteImageResponse.Builder |
BatchDeleteImageResponse.Builder.imageIds(ImageIdentifier... imageIds)
The image IDs of the deleted images.
|
BatchDeleteImageRequest.Builder |
BatchDeleteImageRequest.Builder.imageIds(ImageIdentifier... imageIds)
A list of image ID references that correspond to images to delete.
|
DescribeImagesRequest.Builder |
DescribeImagesRequest.Builder.imageIds(ImageIdentifier... imageIds)
The list of image IDs for the requested repository.
|
| Modifier and Type | Method and Description |
|---|---|
BatchDeleteImageResponse.Builder |
BatchDeleteImageResponse.Builder.imageIds(Collection<ImageIdentifier> imageIds)
The image IDs of the deleted images.
|
BatchDeleteImageRequest.Builder |
BatchDeleteImageRequest.Builder.imageIds(Collection<ImageIdentifier> imageIds)
A list of image ID references that correspond to images to delete.
|
DescribeImagesRequest.Builder |
DescribeImagesRequest.Builder.imageIds(Collection<ImageIdentifier> imageIds)
The list of image IDs for the requested repository.
|
Copyright © 2021. All rights reserved.