Uses of Class
org.jclouds.digitalocean.domain.SshKey

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.
 



Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.