| Package | Description | 
|---|---|
| com.myjeeva.digitalocean | |
| com.myjeeva.digitalocean.impl | |
| com.myjeeva.digitalocean.pojo | |
| com.myjeeva.digitalocean.serializer | 
| Modifier and Type | Method and Description | 
|---|---|
Volume | 
DigitalOcean.createVolume(Volume volume)
Method creates new volume with given details 
 | 
Volume | 
DigitalOcean.getVolumeInfo(java.lang.String volumeId)
Method shows specific volume information by identifier 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Volume | 
DigitalOcean.createVolume(Volume volume)
Method creates new volume with given details 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Volume | 
DigitalOceanClient.createVolume(Volume volume)  | 
Volume | 
DigitalOceanClient.getVolumeInfo(java.lang.String volumeId)  | 
| Modifier and Type | Method and Description | 
|---|---|
Volume | 
DigitalOceanClient.createVolume(Volume volume)  | 
| Modifier and Type | Method and Description | 
|---|---|
java.util.List<Volume> | 
Volumes.getVolumes()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
Volumes.setVolumes(java.util.List<Volume> volumes)  | 
| Modifier and Type | Method and Description | 
|---|---|
com.google.gson.JsonElement | 
VolumeSerializer.serialize(Volume volume,
         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.