public interface KeypairService extends RestService
| Modifier and Type | Method and Description |
|---|---|
Keypair |
create(String name,
String publicKey)
Generates or imports a keypair
|
ActionResponse |
delete(String name)
Deletes the keypair by name
|
Keypair |
get(String name)
Gets the keypair by name
|
List<? extends Keypair> |
list()
Lists keypairs that are associated with the account making the request
|
List<? extends Keypair> list()
Keypair get(String name)
name - the keypair nameActionResponse delete(String name)
name - the keypair nameCopyright © 2017. All rights reserved.