| Package | Description |
|---|---|
| com.myjeeva.digitalocean | |
| com.myjeeva.digitalocean.impl | |
| com.myjeeva.digitalocean.pojo |
| Modifier and Type | Method and Description |
|---|---|
Image |
DigitalOcean.getImageInfo(java.lang.Integer imageId)
Method retrieves the attributes of an image.
|
Image |
DigitalOcean.getImageInfo(java.lang.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(java.lang.Integer imageId) |
Image |
DigitalOceanClient.getImageInfo(java.lang.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 |
|---|---|
java.util.List<Image> |
Images.getImages() |
| Modifier and Type | Method and Description |
|---|---|
void |
Droplet.setImage(Image image) |
| Modifier and Type | Method and Description |
|---|---|
void |
Images.setImages(java.util.List<Image> images) |
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.