|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SshKey | |
|---|---|
| org.jclouds.digitalocean.features | |
| Uses of SshKey in org.jclouds.digitalocean.features |
|---|
| Methods in org.jclouds.digitalocean.features that return SshKey | |
|---|---|
SshKey |
KeyPairApi.create(String name,
String publicKey)
Creates a new SSH key pair. |
SshKey |
KeyPairApi.edit(int id,
String newPublicKey)
Changes the SSH key for the given key pair. |
SshKey |
KeyPairApi.get(int id)
Gets the details of an existing SSH key pair. |
| Methods in org.jclouds.digitalocean.features that return types with arguments of type SshKey | |
|---|---|
List<SshKey> |
KeyPairApi.list()
Lists all existing SSH key pairs. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||