Uses of Class
software.amazon.awssdk.services.ecr.model.Image
-
Packages that use Image Package Description software.amazon.awssdk.services.ecr.model -
-
Uses of Image in software.amazon.awssdk.services.ecr.model
Methods in software.amazon.awssdk.services.ecr.model that return Image Modifier and Type Method Description ImagePutImageResponse. image()Details of the image uploaded.Methods in software.amazon.awssdk.services.ecr.model that return types with arguments of type Image Modifier and Type Method Description List<Image>BatchGetImageResponse. images()A list of image objects corresponding to the image references in the request.Methods in software.amazon.awssdk.services.ecr.model with parameters of type Image Modifier and Type Method Description PutImageResponse.BuilderPutImageResponse.Builder. image(Image image)Details of the image uploaded.BatchGetImageResponse.BuilderBatchGetImageResponse.Builder. images(Image... images)A list of image objects corresponding to the image references in the request.Method parameters in software.amazon.awssdk.services.ecr.model with type arguments of type Image Modifier and Type Method Description BatchGetImageResponse.BuilderBatchGetImageResponse.Builder. images(Collection<Image> images)A list of image objects corresponding to the image references in the request.
-