Uses of Class
org.jclouds.cloudstack.options.ListSSHKeyPairsOptions

Packages that use ListSSHKeyPairsOptions
org.jclouds.cloudstack.features   
org.jclouds.cloudstack.options   
 

Uses of ListSSHKeyPairsOptions in org.jclouds.cloudstack.features
 

Methods in org.jclouds.cloudstack.features with parameters of type ListSSHKeyPairsOptions
 Set<SshKeyPair> SSHKeyPairApi.listSSHKeyPairs(ListSSHKeyPairsOptions... options)
          Returns a list of SshKeyPairs registered by current user.
 

Uses of ListSSHKeyPairsOptions in org.jclouds.cloudstack.options
 

Fields in org.jclouds.cloudstack.options declared as ListSSHKeyPairsOptions
static ListSSHKeyPairsOptions ListSSHKeyPairsOptions.NONE
           
 

Methods in org.jclouds.cloudstack.options that return ListSSHKeyPairsOptions
 ListSSHKeyPairsOptions ListSSHKeyPairsOptions.name(String name)
           
static ListSSHKeyPairsOptions ListSSHKeyPairsOptions.Builder.name(String name)
           
 ListSSHKeyPairsOptions ListSSHKeyPairsOptions.projectId(String projectId)
           
static ListSSHKeyPairsOptions ListSSHKeyPairsOptions.Builder.projectId(String projectId)
           
 



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