Uses of Class
com.amazonaws.services.ecr.model.Image
-
Packages that use Image Package Description com.amazonaws.services.ecr.model -
-
Uses of Image in com.amazonaws.services.ecr.model
Methods in com.amazonaws.services.ecr.model that return Image Modifier and Type Method Description ImageImage. clone()ImagePutImageResult. getImage()Details of the image uploaded.ImageImage. withImageId(ImageIdentifier imageId)An object containing the image tag and image digest associated with an image.ImageImage. withImageManifest(String imageManifest)The image manifest associated with the image.ImageImage. withRegistryId(String registryId)The AWS account ID associated with the registry containing the image.ImageImage. withRepositoryName(String repositoryName)The name of the repository associated with the image.Methods in com.amazonaws.services.ecr.model that return types with arguments of type Image Modifier and Type Method Description List<Image>BatchGetImageResult. getImages()A list of image objects corresponding to the image references in the request.Methods in com.amazonaws.services.ecr.model with parameters of type Image Modifier and Type Method Description voidPutImageResult. setImage(Image image)Details of the image uploaded.PutImageResultPutImageResult. withImage(Image image)Details of the image uploaded.BatchGetImageResultBatchGetImageResult. withImages(Image... images)A list of image objects corresponding to the image references in the request.Method parameters in com.amazonaws.services.ecr.model with type arguments of type Image Modifier and Type Method Description voidBatchGetImageResult. setImages(Collection<Image> images)A list of image objects corresponding to the image references in the request.BatchGetImageResultBatchGetImageResult. withImages(Collection<Image> images)A list of image objects corresponding to the image references in the request.
-