| Package | Description |
|---|---|
| com.amazonaws.services.ecrpublic.model |
| Modifier and Type | Method and Description |
|---|---|
ImageIdentifier |
ImageIdentifier.clone() |
ImageIdentifier |
Image.getImageId()
An object that contains the image tag and image digest associated with an image.
|
ImageIdentifier |
ImageFailure.getImageId()
The image ID that's associated with the failure.
|
ImageIdentifier |
ImageIdentifier.withImageDigest(String imageDigest)
The
sha256 digest of the image manifest. |
ImageIdentifier |
ImageIdentifier.withImageTag(String imageTag)
The tag that's used for the image.
|
| Modifier and Type | Method and Description |
|---|---|
List<ImageIdentifier> |
DescribeImagesRequest.getImageIds()
The list of image IDs for the requested repository.
|
List<ImageIdentifier> |
BatchDeleteImageResult.getImageIds()
The image IDs of the deleted images.
|
List<ImageIdentifier> |
BatchDeleteImageRequest.getImageIds()
A list of image ID references that correspond to images to delete.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Image.setImageId(ImageIdentifier imageId)
An object that contains the image tag and image digest associated with an image.
|
void |
ImageFailure.setImageId(ImageIdentifier imageId)
The image ID that's associated with the failure.
|
Image |
Image.withImageId(ImageIdentifier imageId)
An object that contains the image tag and image digest associated with an image.
|
ImageFailure |
ImageFailure.withImageId(ImageIdentifier imageId)
The image ID that's associated with the failure.
|
DescribeImagesRequest |
DescribeImagesRequest.withImageIds(ImageIdentifier... imageIds)
The list of image IDs for the requested repository.
|
BatchDeleteImageResult |
BatchDeleteImageResult.withImageIds(ImageIdentifier... imageIds)
The image IDs of the deleted images.
|
BatchDeleteImageRequest |
BatchDeleteImageRequest.withImageIds(ImageIdentifier... imageIds)
A list of image ID references that correspond to images to delete.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeImagesRequest.setImageIds(Collection<ImageIdentifier> imageIds)
The list of image IDs for the requested repository.
|
void |
BatchDeleteImageResult.setImageIds(Collection<ImageIdentifier> imageIds)
The image IDs of the deleted images.
|
void |
BatchDeleteImageRequest.setImageIds(Collection<ImageIdentifier> imageIds)
A list of image ID references that correspond to images to delete.
|
DescribeImagesRequest |
DescribeImagesRequest.withImageIds(Collection<ImageIdentifier> imageIds)
The list of image IDs for the requested repository.
|
BatchDeleteImageResult |
BatchDeleteImageResult.withImageIds(Collection<ImageIdentifier> imageIds)
The image IDs of the deleted images.
|
BatchDeleteImageRequest |
BatchDeleteImageRequest.withImageIds(Collection<ImageIdentifier> imageIds)
A list of image ID references that correspond to images to delete.
|
Copyright © 2023. All rights reserved.