Uses of Class
software.amazon.awssdk.services.ecrpublic.model.ImageIdentifier
-
Packages that use ImageIdentifier Package Description software.amazon.awssdk.services.ecrpublic.model -
-
Uses of ImageIdentifier in software.amazon.awssdk.services.ecrpublic.model
Methods in software.amazon.awssdk.services.ecrpublic.model that return ImageIdentifier Modifier and Type Method Description ImageIdentifierImage. imageId()An object that contains the image tag and image digest associated with an image.ImageIdentifierImageFailure. imageId()The image ID that's associated with the failure.Methods in software.amazon.awssdk.services.ecrpublic.model that return types with arguments of type ImageIdentifier Modifier and Type Method Description List<ImageIdentifier>BatchDeleteImageRequest. imageIds()A list of image ID references that correspond to images to delete.List<ImageIdentifier>BatchDeleteImageResponse. imageIds()The image IDs of the deleted images.List<ImageIdentifier>DescribeImagesRequest. imageIds()The list of image IDs for the requested repository.Methods in software.amazon.awssdk.services.ecrpublic.model with parameters of type ImageIdentifier Modifier and Type Method Description Image.BuilderImage.Builder. imageId(ImageIdentifier imageId)An object that contains the image tag and image digest associated with an image.ImageFailure.BuilderImageFailure.Builder. imageId(ImageIdentifier imageId)The image ID that's associated with the failure.BatchDeleteImageRequest.BuilderBatchDeleteImageRequest.Builder. imageIds(ImageIdentifier... imageIds)A list of image ID references that correspond to images to delete.BatchDeleteImageResponse.BuilderBatchDeleteImageResponse.Builder. imageIds(ImageIdentifier... imageIds)The image IDs of the deleted images.DescribeImagesRequest.BuilderDescribeImagesRequest.Builder. imageIds(ImageIdentifier... imageIds)The list of image IDs for the requested repository.Method parameters in software.amazon.awssdk.services.ecrpublic.model with type arguments of type ImageIdentifier Modifier and Type Method Description BatchDeleteImageRequest.BuilderBatchDeleteImageRequest.Builder. imageIds(Collection<ImageIdentifier> imageIds)A list of image ID references that correspond to images to delete.BatchDeleteImageResponse.BuilderBatchDeleteImageResponse.Builder. imageIds(Collection<ImageIdentifier> imageIds)The image IDs of the deleted images.DescribeImagesRequest.BuilderDescribeImagesRequest.Builder. imageIds(Collection<ImageIdentifier> imageIds)The list of image IDs for the requested repository.
-