| Package | Description | 
|---|---|
| com.myjeeva.digitalocean | |
| com.myjeeva.digitalocean.impl | |
| com.myjeeva.digitalocean.pojo | |
| com.myjeeva.digitalocean.serializer | 
| Modifier and Type | Method and Description | 
|---|---|
Droplet | 
DigitalOcean.createDroplet(Droplet droplet)
 Method allows you to create a new droplet. 
 | 
Droplet | 
DigitalOcean.getDropletInfo(java.lang.Integer dropletId)
Method returns complete information for given droplet ID 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Droplet | 
DigitalOcean.createDroplet(Droplet droplet)
 Method allows you to create a new droplet. 
 | 
Droplets | 
DigitalOcean.createDroplets(Droplet droplet)
 Method allows you to create multiple droplets simultaneously. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Droplet | 
DigitalOceanClient.createDroplet(Droplet droplet)  | 
Droplet | 
DigitalOceanClient.getDropletInfo(java.lang.Integer dropletId)  | 
| Modifier and Type | Method and Description | 
|---|---|
Droplet | 
DigitalOceanClient.createDroplet(Droplet droplet)  | 
Droplets | 
DigitalOceanClient.createDroplets(Droplet droplet)  | 
| Modifier and Type | Method and Description | 
|---|---|
Droplet | 
FloatingIP.getDroplet()  | 
Droplet | 
TagDropletResource.getLastTagged()  | 
| Modifier and Type | Method and Description | 
|---|---|
java.util.List<Droplet> | 
Droplets.getDroplets()  | 
java.util.List<Droplet> | 
Neighbors.getNeighbors()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
FloatingIP.setDroplet(Droplet droplet)  | 
void | 
TagDropletResource.setLastTagged(Droplet lastTagged)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
Droplets.setDroplets(java.util.List<Droplet> droplets)  | 
void | 
Neighbors.setNeighbors(java.util.List<Droplet> neighbors)  | 
| Modifier and Type | Method and Description | 
|---|---|
com.google.gson.JsonElement | 
DropletSerializer.serialize(Droplet droplet,
         java.lang.reflect.Type paramType,
         com.google.gson.JsonSerializationContext context)  | 
Copyright ©  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-ShareAlike 4.0 International (CC BY-SA 4.0). Libraries and code snippets on myjeeva blog has license information.