| Package | Description |
|---|---|
| org.jclouds.digitalocean.features |
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
List<SshKey> |
KeyPairApi.list()
Lists all existing SSH key pairs.
|
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.