Uses of Class
com.amazonaws.services.ecr.model.ImageIdentifier
Packages that use ImageIdentifier
-
Uses of ImageIdentifier in com.amazonaws.services.ecr.model
Methods in com.amazonaws.services.ecr.model that return ImageIdentifierModifier and TypeMethodDescriptionImageIdentifier.clone()Image.getImageId()An object containing the image tag and image digest associated with an image.ImageFailure.getImageId()The image ID associated with the failure.ImageIdentifier.withImageDigest(String imageDigest) Thesha256digest of the image manifest.ImageIdentifier.withImageTag(String imageTag) The tag used for the image.Methods in com.amazonaws.services.ecr.model that return types with arguments of type ImageIdentifierModifier and TypeMethodDescriptionBatchDeleteImageRequest.getImageIds()A list of image ID references that correspond to images to delete.BatchDeleteImageResult.getImageIds()The image IDs of the deleted images.BatchGetImageRequest.getImageIds()A list of image ID references that correspond to images to describe.ListImagesResult.getImageIds()The list of image IDs for the requested repository.Methods in com.amazonaws.services.ecr.model with parameters of type ImageIdentifierModifier and TypeMethodDescriptionvoidImage.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.Image.withImageId(ImageIdentifier imageId) An object containing the image tag and image digest associated with an image.ImageFailure.withImageId(ImageIdentifier imageId) The image ID associated with the failure.BatchDeleteImageRequest.withImageIds(ImageIdentifier... imageIds) A list of image ID references that correspond to images to delete.BatchDeleteImageResult.withImageIds(ImageIdentifier... imageIds) The image IDs of the deleted images.BatchGetImageRequest.withImageIds(ImageIdentifier... imageIds) A list of image ID references that correspond to images to describe.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 ImageIdentifierModifier and TypeMethodDescriptionvoidBatchDeleteImageRequest.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.BatchDeleteImageRequest.withImageIds(Collection<ImageIdentifier> imageIds) A list of image ID references that correspond to images to delete.BatchDeleteImageResult.withImageIds(Collection<ImageIdentifier> imageIds) The image IDs of the deleted images.BatchGetImageRequest.withImageIds(Collection<ImageIdentifier> imageIds) A list of image ID references that correspond to images to describe.ListImagesResult.withImageIds(Collection<ImageIdentifier> imageIds) The list of image IDs for the requested repository.