DigitalOcean API Client in Java

Uses of Class
com.myjeeva.digitalocean.pojo.DropletImage

Packages that use DropletImage
com.myjeeva.digitalocean   
com.myjeeva.digitalocean.impl   
 

Uses of DropletImage in com.myjeeva.digitalocean
 

Methods in com.myjeeva.digitalocean that return DropletImage
 DropletImage DigitalOcean.getImageInfo(Integer imageId)
          Method retrieves the attributes of an image.
 

Methods in com.myjeeva.digitalocean that return types with arguments of type DropletImage
 List<DropletImage> DigitalOcean.getAvailableImages()
          Method returns all the available images that can be accessed by your client ID.
 

Uses of DropletImage in com.myjeeva.digitalocean.impl
 

Methods in com.myjeeva.digitalocean.impl that return DropletImage
 DropletImage DigitalOceanClient.getImageInfo(Integer imageId)
           
 

Methods in com.myjeeva.digitalocean.impl that return types with arguments of type DropletImage
 List<DropletImage> DigitalOceanClient.getAvailableImages()
           
 


DigitalOcean API Client in Java

Copyright © 2014 myjeeva blog, All rights reserved.

The copyright of the pages and contents on this website is with myjeeva.com and the content is licensed under Creative Commons Attribution-Share Alike 3.0 Unported License. Libraries and code snippets on myjeeva blog has license information.