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

Packages that use SshKey
org.jclouds.digitalocean.features   
org.jclouds.digitalocean.predicates   
org.jclouds.digitalocean.strategy   
 

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.
 

Uses of SshKey in org.jclouds.digitalocean.predicates
 

Methods in org.jclouds.digitalocean.predicates with parameters of type SshKey
 boolean SameFingerprint.apply(SshKey key)
           
 

Uses of SshKey in org.jclouds.digitalocean.strategy
 

Methods in org.jclouds.digitalocean.strategy that return types with arguments of type SshKey
 List<SshKey> ListSshKeys.execute()
           
 



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