| 
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)
Method allows you to add a new public SSH key to your account  | 
 SshKey | 
DigitalOcean.editSshKey(Integer sshKeyId,
           String newSshPublicKey)
Method allows you to modify an existing public SSH key in your account.  | 
 SshKey | 
DigitalOcean.getSshKeyInfo(Integer sshKeyId)
Method shows a specific public SSH key in your account that can be added to a droplet.  | 
| Methods in com.myjeeva.digitalocean that return types with arguments of type SshKey | |
|---|---|
 List<SshKey> | 
DigitalOcean.getAvailableSshKeys()
Method lists all the available public SSH keys in your account that can be added to a droplet.  | 
| 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 newSshPublicKey)
 | 
 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 | |||||||||