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