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 ImageIdentifierImageIdentifier. clone()ImageIdentifierImage. getImageId()An object containing the image tag and image digest associated with an image.ImageIdentifierImageFailure. getImageId()The image ID associated with the failure.ImageIdentifierImageIdentifier. withImageDigest(String imageDigest)Thesha256digest of the image manifest.ImageIdentifierImageIdentifier. 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 voidImage. setImageId(ImageIdentifier imageId)An object containing the image tag and image digest associated with an image.voidImageFailure. setImageId(ImageIdentifier imageId)The image ID associated with the failure.ImageImage. withImageId(ImageIdentifier imageId)An object containing the image tag and image digest associated with an image.ImageFailureImageFailure. withImageId(ImageIdentifier imageId)The image ID associated with the failure.BatchDeleteImageRequestBatchDeleteImageRequest. withImageIds(ImageIdentifier... imageIds)A list of image ID references that correspond to images to delete.BatchDeleteImageResultBatchDeleteImageResult. withImageIds(ImageIdentifier... imageIds)The image IDs of the deleted images.BatchGetImageRequestBatchGetImageRequest. withImageIds(ImageIdentifier... imageIds)A list of image ID references that correspond to images to describe.ListImagesResultListImagesResult. 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 voidBatchDeleteImageRequest. setImageIds(Collection<ImageIdentifier> imageIds)A list of image ID references that correspond to images to delete.voidBatchDeleteImageResult. setImageIds(Collection<ImageIdentifier> imageIds)The image IDs of the deleted images.voidBatchGetImageRequest. setImageIds(Collection<ImageIdentifier> imageIds)A list of image ID references that correspond to images to describe.voidListImagesResult. setImageIds(Collection<ImageIdentifier> imageIds)The list of image IDs for the requested repository.BatchDeleteImageRequestBatchDeleteImageRequest. withImageIds(Collection<ImageIdentifier> imageIds)A list of image ID references that correspond to images to delete.BatchDeleteImageResultBatchDeleteImageResult. withImageIds(Collection<ImageIdentifier> imageIds)The image IDs of the deleted images.BatchGetImageRequestBatchGetImageRequest. withImageIds(Collection<ImageIdentifier> imageIds)A list of image ID references that correspond to images to describe.ListImagesResultListImagesResult. withImageIds(Collection<ImageIdentifier> imageIds)The list of image IDs for the requested repository.
-