Uses of Class
org.jclouds.digitalocean2.domain.Key
-
Packages that use Key Package Description org.jclouds.digitalocean2.domain org.jclouds.digitalocean2.features -
-
Uses of Key in org.jclouds.digitalocean2.domain
Methods in org.jclouds.digitalocean2.domain that return Key Modifier and Type Method Description static Key
Key. create(int id, String name, String fingerprint, PublicKey publicKey)
-
Uses of Key in org.jclouds.digitalocean2.features
Methods in org.jclouds.digitalocean2.features that return Key Modifier and Type Method 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)
Methods in org.jclouds.digitalocean2.features that return types with arguments of type Key Modifier and Type Method Description PagedIterable<Key>
KeyApi. list()
IterableWithMarker<Key>
KeyApi. list(ListOptions options)
-