DigitalOcean API Client in Java

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

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

Uses of DropletSize in com.myjeeva.digitalocean
 

Methods in com.myjeeva.digitalocean that return types with arguments of type DropletSize
 List<DropletSize> DigitalOcean.getAvailableSizes()
          Method returns all the available sizes that can be used to create a droplet.
 

Uses of DropletSize in com.myjeeva.digitalocean.impl
 

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


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.