|
DigitalOcean API Client in Java | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SshKey | |
|---|---|
| com.myjeeva.digitalocean | |
| com.myjeeva.digitalocean.impl | |
| Uses of SshKey in com.myjeeva.digitalocean |
|---|
| Methods in com.myjeeva.digitalocean that return SshKey | |
|---|---|
SshKey |
DigitalOcean.addSshKey(String sshKeyName,
String sshPublicKey)
To be release in v1.2 |
SshKey |
DigitalOcean.editSshKey(Integer sshKeyId,
String sshPublicKey)
To be release in v1.2 |
SshKey |
DigitalOcean.getSshKeyInfo(Integer sshKeyId)
To be release in v1.2 |
| Methods in com.myjeeva.digitalocean that return types with arguments of type SshKey | |
|---|---|
List<SshKey> |
DigitalOcean.getAvailableSshKeys()
To be release in v1.2 |
| Uses of SshKey in com.myjeeva.digitalocean.impl |
|---|
| Methods in com.myjeeva.digitalocean.impl that return SshKey | |
|---|---|
SshKey |
DigitalOceanClient.addSshKey(String sshKeyName,
String sshPublicKey)
|
SshKey |
DigitalOceanClient.editSshKey(Integer sshKeyId,
String sshPublicKey)
|
SshKey |
DigitalOceanClient.getSshKeyInfo(Integer sshKeyId)
|
| Methods in com.myjeeva.digitalocean.impl that return types with arguments of type SshKey | |
|---|---|
List<SshKey> |
DigitalOceanClient.getAvailableSshKeys()
|
|
DigitalOcean API Client in Java | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||