Package | Description |
---|---|
com.amazonaws.services.ecr.model | |
com.amazonaws.services.ecr.model.transform |
Modifier and Type | Field and Description |
---|---|
private ImageIdentifier |
ImageFailure.imageId
The image ID associated with the failure.
|
private ImageIdentifier |
Image.imageId
An object containing the image tag and image digest associated with an
image.
|
Modifier and Type | Field and Description |
---|---|
private java.util.List<ImageIdentifier> |
ListImagesResult.imageIds
The list of image IDs for the requested repository.
|
private java.util.List<ImageIdentifier> |
BatchGetImageRequest.imageIds
A list of image ID references that correspond to images to describe.
|
private java.util.List<ImageIdentifier> |
BatchDeleteImageResult.imageIds
The image IDs of the deleted images.
|
private java.util.List<ImageIdentifier> |
BatchDeleteImageRequest.imageIds
A list of image ID references that correspond to images to delete.
|
Modifier and Type | Method and Description |
---|---|
ImageIdentifier |
ImageIdentifier.clone() |
ImageIdentifier |
ImageFailure.getImageId()
The image ID associated with the failure.
|
ImageIdentifier |
Image.getImageId()
An object containing the image tag and image digest associated with an
image.
|
ImageIdentifier |
ImageIdentifier.withImageDigest(java.lang.String imageDigest)
The
sha256 digest of the image manifest. |
ImageIdentifier |
ImageIdentifier.withImageTag(java.lang.String imageTag)
The tag used for the image.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<ImageIdentifier> |
ListImagesResult.getImageIds()
The list of image IDs for the requested repository.
|
java.util.List<ImageIdentifier> |
BatchGetImageRequest.getImageIds()
A list of image ID references that correspond to images to describe.
|
java.util.List<ImageIdentifier> |
BatchDeleteImageResult.getImageIds()
The image IDs of the deleted images.
|
java.util.List<ImageIdentifier> |
BatchDeleteImageRequest.getImageIds()
A list of image ID references that correspond to images to delete.
|
Modifier and Type | Method and Description |
---|---|
void |
ImageFailure.setImageId(ImageIdentifier imageId)
The image ID associated with the failure.
|
void |
Image.setImageId(ImageIdentifier imageId)
An object containing the image tag and image digest associated with an
image.
|
ImageFailure |
ImageFailure.withImageId(ImageIdentifier imageId)
The image ID associated with the failure.
|
Image |
Image.withImageId(ImageIdentifier imageId)
An object containing the image tag and image digest associated with an
image.
|
ListImagesResult |
ListImagesResult.withImageIds(ImageIdentifier... imageIds)
The list of image IDs for the requested repository.
|
BatchGetImageRequest |
BatchGetImageRequest.withImageIds(ImageIdentifier... imageIds)
A list of image ID references that correspond to images to describe.
|
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 |
ListImagesResult.setImageIds(java.util.Collection<ImageIdentifier> imageIds)
The list of image IDs for the requested repository.
|
void |
BatchGetImageRequest.setImageIds(java.util.Collection<ImageIdentifier> imageIds)
A list of image ID references that correspond to images to describe.
|
void |
BatchDeleteImageResult.setImageIds(java.util.Collection<ImageIdentifier> imageIds)
The image IDs of the deleted images.
|
void |
BatchDeleteImageRequest.setImageIds(java.util.Collection<ImageIdentifier> imageIds)
A list of image ID references that correspond to images to delete.
|
ListImagesResult |
ListImagesResult.withImageIds(java.util.Collection<ImageIdentifier> imageIds)
The list of image IDs for the requested repository.
|
BatchGetImageRequest |
BatchGetImageRequest.withImageIds(java.util.Collection<ImageIdentifier> imageIds)
A list of image ID references that correspond to images to describe.
|
BatchDeleteImageResult |
BatchDeleteImageResult.withImageIds(java.util.Collection<ImageIdentifier> imageIds)
The image IDs of the deleted images.
|
BatchDeleteImageRequest |
BatchDeleteImageRequest.withImageIds(java.util.Collection<ImageIdentifier> imageIds)
A list of image ID references that correspond to images to delete.
|
Modifier and Type | Method and Description |
---|---|
ImageIdentifier |
ImageIdentifierJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
ImageIdentifierJsonMarshaller.marshall(ImageIdentifier imageIdentifier,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|