| Package | Description |
|---|---|
| com.myjeeva.digitalocean | |
| com.myjeeva.digitalocean.impl | |
| com.myjeeva.digitalocean.pojo |
| Modifier and Type | Method and Description |
|---|---|
Image |
DigitalOcean.getImageInfo(Integer imageId)
Method retrieves the attributes of an image.
|
Image |
DigitalOcean.getImageInfo(String slug)
Method retrieves the attributes of an image.
|
Image |
DigitalOcean.updateImage(Image image)
Method updates the given details for an image.
|
| Modifier and Type | Method and Description |
|---|---|
Image |
DigitalOcean.updateImage(Image image)
Method updates the given details for an image.
|
| Modifier and Type | Method and Description |
|---|---|
Image |
DigitalOceanClient.getImageInfo(Integer imageId) |
Image |
DigitalOceanClient.getImageInfo(String slug) |
Image |
DigitalOceanClient.updateImage(Image image) |
| Modifier and Type | Method and Description |
|---|---|
Image |
DigitalOceanClient.updateImage(Image image) |
| Modifier and Type | Class and Description |
|---|---|
class |
Backup
Represents backup attributes of Droplet
|
class |
Snapshot
Represents Snapshot attributes
|
| Modifier and Type | Method and Description |
|---|---|
Image |
Droplet.getImage() |
| Modifier and Type | Method and Description |
|---|---|
List<Image> |
Images.getImages() |
| Modifier and Type | Method and Description |
|---|---|
void |
Droplet.setImage(Image image) |
| Modifier and Type | Method and Description |
|---|---|
void |
Images.setImages(List<Image> images) |
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.