Uses of Class
com.amazonaws.services.ecr.model.ImageIdentifier
-
Packages that use ImageIdentifier Package Description com.amazonaws.services.ecr.model -
-
Uses of ImageIdentifier in com.amazonaws.services.ecr.model
Methods in com.amazonaws.services.ecr.model that return ImageIdentifier Modifier and Type Method 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)
Thesha256
digest of the image manifest.ImageIdentifier
ImageIdentifier. withImageTag(String imageTag)
The tag used for the image.Methods in com.amazonaws.services.ecr.model that return types with arguments of type ImageIdentifier Modifier and Type Method Description List<ImageIdentifier>
BatchDeleteImageRequest. getImageIds()
A list of image ID references that correspond to images to delete.List<ImageIdentifier>
BatchDeleteImageResult. getImageIds()
The image IDs of the deleted images.List<ImageIdentifier>
BatchGetImageRequest. getImageIds()
A list of image ID references that correspond to images to describe.List<ImageIdentifier>
ListImagesResult. getImageIds()
The list of image IDs for the requested repository.Methods in com.amazonaws.services.ecr.model with parameters of type ImageIdentifier Modifier and Type Method 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.BatchDeleteImageRequest
BatchDeleteImageRequest. withImageIds(ImageIdentifier... imageIds)
A list of image ID references that correspond to images to delete.BatchDeleteImageResult
BatchDeleteImageResult. withImageIds(ImageIdentifier... imageIds)
The image IDs of the deleted images.BatchGetImageRequest
BatchGetImageRequest. withImageIds(ImageIdentifier... imageIds)
A list of image ID references that correspond to images to describe.ListImagesResult
ListImagesResult. withImageIds(ImageIdentifier... imageIds)
The list of image IDs for the requested repository.Method parameters in com.amazonaws.services.ecr.model with type arguments of type ImageIdentifier Modifier and Type Method Description void
BatchDeleteImageRequest. setImageIds(Collection<ImageIdentifier> imageIds)
A list of image ID references that correspond to images to delete.void
BatchDeleteImageResult. setImageIds(Collection<ImageIdentifier> imageIds)
The image IDs of the deleted images.void
BatchGetImageRequest. setImageIds(Collection<ImageIdentifier> imageIds)
A list of image ID references that correspond to images to describe.void
ListImagesResult. setImageIds(Collection<ImageIdentifier> imageIds)
The list of image IDs for the requested repository.BatchDeleteImageRequest
BatchDeleteImageRequest. withImageIds(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.BatchGetImageRequest
BatchGetImageRequest. withImageIds(Collection<ImageIdentifier> imageIds)
A list of image ID references that correspond to images to describe.ListImagesResult
ListImagesResult. withImageIds(Collection<ImageIdentifier> imageIds)
The list of image IDs for the requested repository.
-