Package | Description |
---|---|
com.myjeeva.digitalocean | |
com.myjeeva.digitalocean.impl | |
com.myjeeva.digitalocean.pojo |
Modifier and Type | Method and Description |
---|---|
Key |
DigitalOcean.createKey(Key newKey)
Method allows you to add a new public SSH key to your account
|
Key |
DigitalOcean.getKeyInfo(Integer sshKeyId)
Method shows a specific public SSH key information from your account that can be added to a
droplet.
|
Key |
DigitalOcean.getKeyInfo(String fingerprint)
Method shows a specific public SSH key information from your account that can be added to a
droplet.
|
Key |
DigitalOcean.updateKey(Integer sshKeyId,
String newSshKeyName)
Method allows you to modify an existing SSH key in your account.
|
Key |
DigitalOcean.updateKey(String fingerprint,
String newSshKeyName)
Method allows you to modify an existing SSH key in your account.
|
Modifier and Type | Method and Description |
---|---|
Key |
DigitalOcean.createKey(Key newKey)
Method allows you to add a new public SSH key to your account
|
Modifier and Type | Method and Description |
---|---|
Key |
DigitalOceanClient.createKey(Key newKey) |
Key |
DigitalOceanClient.getKeyInfo(Integer sshKeyId) |
Key |
DigitalOceanClient.getKeyInfo(String fingerprint) |
Key |
DigitalOceanClient.updateKey(Integer sshKeyId,
String newSshKeyName) |
Key |
DigitalOceanClient.updateKey(String fingerprint,
String newSshKeyName) |
Modifier and Type | Method and Description |
---|---|
Key |
DigitalOceanClient.createKey(Key newKey) |
Modifier and Type | Method and Description |
---|---|
List<Key> |
Keys.getKeys() |
List<Key> |
Droplet.getKeys() |
Modifier and Type | Method and Description |
---|---|
void |
Keys.setKeys(List<Key> keys) |
void |
Droplet.setKeys(List<Key> keys) |
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.