| Package | Description |
|---|---|
| org.jclouds.digitalocean2.domain | |
| org.jclouds.digitalocean2.features |
| Modifier and Type | Method and Description |
|---|---|
static Key |
Key.create(int id,
String name,
String fingerprint,
PublicKey publicKey) |
| Modifier and Type | Method and Description |
|---|---|
Key |
KeyApi.create(String name,
String key) |
Key |
KeyApi.get(int id) |
Key |
KeyApi.get(String fingerprint) |
Key |
KeyApi.update(int id,
String name) |
Key |
KeyApi.update(String fingerprint,
String name) |
| Modifier and Type | Method and Description |
|---|---|
PagedIterable<Key> |
KeyApi.list() |
IterableWithMarker<Key> |
KeyApi.list(ListOptions options) |
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.