Uses of Class
com.myjeeva.digitalocean.pojo.Image
Packages that use Image
Package
Description
-
Uses of Image in com.myjeeva.digitalocean
Methods in com.myjeeva.digitalocean that return ImageModifier and TypeMethodDescriptionDigitalOcean.createCustomImage(Image image) Method creates the custom image.DigitalOcean.getImageInfo(Integer imageId) Method retrieves the attributes of an image.DigitalOcean.getImageInfo(String slug) Method retrieves the attributes of an image.DigitalOcean.updateImage(Image image) Method updates the given details for an image.Methods in com.myjeeva.digitalocean with parameters of type ImageModifier and TypeMethodDescriptionDigitalOcean.createCustomImage(Image image) Method creates the custom image.DigitalOcean.updateImage(Image image) Method updates the given details for an image. -
Uses of Image in com.myjeeva.digitalocean.impl
Methods in com.myjeeva.digitalocean.impl that return ImageModifier and TypeMethodDescriptionDigitalOceanClient.createCustomImage(Image image) DigitalOceanClient.getImageInfo(Integer imageId) DigitalOceanClient.getImageInfo(String slug) DigitalOceanClient.updateImage(Image image) Methods in com.myjeeva.digitalocean.impl with parameters of type ImageModifier and TypeMethodDescriptionDigitalOceanClient.createCustomImage(Image image) DigitalOceanClient.updateImage(Image image) -
Uses of Image in com.myjeeva.digitalocean.pojo
Subclasses of Image in com.myjeeva.digitalocean.pojoModifier and TypeClassDescriptionclassRepresents backup attributes of DropletclassRepresents Snapshot attributesMethods in com.myjeeva.digitalocean.pojo that return ImageMethods in com.myjeeva.digitalocean.pojo that return types with arguments of type ImageMethods in com.myjeeva.digitalocean.pojo with parameters of type ImageMethod parameters in com.myjeeva.digitalocean.pojo with type arguments of type Image