DigitalOcean API Client in Java

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

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

Uses of Droplet in com.myjeeva.digitalocean
 

Methods in com.myjeeva.digitalocean that return Droplet
 Droplet DigitalOcean.createDroplet(Droplet droplet)
           Method allows you to create a new droplet.
 Droplet DigitalOcean.createDroplet(Droplet droplet, String sshKeyIds)
           Method allows you to create a new droplet.
 Droplet DigitalOcean.getDropletInfo(Integer dropletId)
          Method returns full information for a specific droplet ID that is passed in the URL.
 

Methods in com.myjeeva.digitalocean that return types with arguments of type Droplet
 List<Droplet> DigitalOcean.getAvailableDroplets()
          Method returns all active droplets that are currently running in your account.
 

Methods in com.myjeeva.digitalocean with parameters of type Droplet
 Droplet DigitalOcean.createDroplet(Droplet droplet)
           Method allows you to create a new droplet.
 Droplet DigitalOcean.createDroplet(Droplet droplet, String sshKeyIds)
           Method allows you to create a new droplet.
 

Uses of Droplet in com.myjeeva.digitalocean.impl
 

Methods in com.myjeeva.digitalocean.impl that return Droplet
 Droplet DigitalOceanClient.createDroplet(Droplet droplet)
           
 Droplet DigitalOceanClient.createDroplet(Droplet droplet, String sshKeyIds)
           
 Droplet DigitalOceanClient.getDropletInfo(Integer dropletId)
           
 

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

Methods in com.myjeeva.digitalocean.impl with parameters of type Droplet
 Droplet DigitalOceanClient.createDroplet(Droplet droplet)
           
 Droplet DigitalOceanClient.createDroplet(Droplet droplet, String sshKeyIds)
           
 


DigitalOcean API Client in Java

Copyright © 2013 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.