Uses of Class
com.myjeeva.digitalocean.pojo.Images
Packages that use Images
-
Uses of Images in com.myjeeva.digitalocean
Methods in com.myjeeva.digitalocean that return ImagesModifier and TypeMethodDescriptionDigitalOcean.getAvailableImages(Integer pageNo, Integer perPage) Method returns all the available images that can be accessed by your OAuth Token.DigitalOcean.getAvailableImages(Integer pageNo, Integer perPage, ActionType type) Method returns all the available images based ontype={distribution or application}that can be accessed by your OAuth Token.DigitalOcean.getUserImages(Integer pageNo, Integer perPage) Method retrieves only the private images of a user -
Uses of Images in com.myjeeva.digitalocean.impl
Methods in com.myjeeva.digitalocean.impl that return ImagesModifier and TypeMethodDescriptionDigitalOceanClient.getAvailableImages(Integer pageNo, Integer perPage) DigitalOceanClient.getAvailableImages(Integer pageNo, Integer perPage, ActionType type) DigitalOceanClient.getUserImages(Integer pageNo, Integer perPage)