Uses of Class
org.jclouds.joyent.cloudapi.v6_5.domain.Key

Packages that use Key
org.jclouds.joyent.cloudapi.v6_5.compute.internal   
org.jclouds.joyent.cloudapi.v6_5.domain   
org.jclouds.joyent.cloudapi.v6_5.domain.datacenterscoped   
org.jclouds.joyent.cloudapi.v6_5.features   
org.jclouds.joyent.cloudapi.v6_5.predicates   
 

Uses of Key in org.jclouds.joyent.cloudapi.v6_5.compute.internal
 

Fields in org.jclouds.joyent.cloudapi.v6_5.compute.internal declared as Key
protected  Key KeyAndPrivateKey.key
           
 

Methods in org.jclouds.joyent.cloudapi.v6_5.compute.internal that return Key
 Key KeyAndPrivateKey.getKey()
           
 

Methods in org.jclouds.joyent.cloudapi.v6_5.compute.internal with parameters of type Key
static KeyAndPrivateKey KeyAndPrivateKey.fromKeyAndPrivateKey(Key key, String privateKey)
           
 

Constructors in org.jclouds.joyent.cloudapi.v6_5.compute.internal with parameters of type Key
KeyAndPrivateKey(Key key, String privateKey)
           
 

Uses of Key in org.jclouds.joyent.cloudapi.v6_5.domain
 

Methods in org.jclouds.joyent.cloudapi.v6_5.domain that return Key
 Key Key.Builder.build()
           
 

Methods in org.jclouds.joyent.cloudapi.v6_5.domain with parameters of type Key
 int Key.compareTo(Key that)
           
 Key.Builder Key.Builder.fromKey(Key in)
           
 

Uses of Key in org.jclouds.joyent.cloudapi.v6_5.domain.datacenterscoped
 

Fields in org.jclouds.joyent.cloudapi.v6_5.domain.datacenterscoped declared as Key
protected  Key KeyInDatacenter.key
           
 

Methods in org.jclouds.joyent.cloudapi.v6_5.domain.datacenterscoped that return Key
 Key KeyInDatacenter.get()
           
 

Constructors in org.jclouds.joyent.cloudapi.v6_5.domain.datacenterscoped with parameters of type Key
KeyInDatacenter(Key key, String datacenterId)
           
 

Uses of Key in org.jclouds.joyent.cloudapi.v6_5.features
 

Methods in org.jclouds.joyent.cloudapi.v6_5.features that return Key
 Key KeyApi.create(Key key)
          Uploads a new OpenSSH key to SmartDataCenter for use in SSH and HTTP signing.
 Key KeyApi.get(String name)
          Retrieves an individual key record.
 

Methods in org.jclouds.joyent.cloudapi.v6_5.features that return types with arguments of type Key
 com.google.common.util.concurrent.ListenableFuture<Key> KeyAsyncApi.create(Key key)
           
 com.google.common.util.concurrent.ListenableFuture<Key> KeyAsyncApi.get(String name)
           
 com.google.common.util.concurrent.ListenableFuture<Set<Key>> KeyAsyncApi.list()
           
 Set<Key> KeyApi.list()
          Lists all public keys we have on record for the specified account.
 

Methods in org.jclouds.joyent.cloudapi.v6_5.features with parameters of type Key
 com.google.common.util.concurrent.ListenableFuture<Key> KeyAsyncApi.create(Key key)
           
 Key KeyApi.create(Key key)
          Uploads a new OpenSSH key to SmartDataCenter for use in SSH and HTTP signing.
 

Uses of Key in org.jclouds.joyent.cloudapi.v6_5.predicates
 

Methods in org.jclouds.joyent.cloudapi.v6_5.predicates that return types with arguments of type Key
static com.google.common.base.Predicate<Key> KeyPredicates.nameMatches(com.google.common.base.Predicate<String> name)
          matches name of the given key pair
 



Copyright © 2009-2012 jclouds. All Rights Reserved.