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

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

Uses of CreateUserOptions in org.jclouds.cloudstack.features
 

Methods in org.jclouds.cloudstack.features with parameters of type CreateUserOptions
 com.google.common.util.concurrent.ListenableFuture<User> GlobalUserAsyncClient.createUser(String userName, String accountName, String email, String hashedPassword, String firstName, String lastName, CreateUserOptions... options)
           
 User GlobalUserClient.createUser(String userName, String accountName, String email, String hashedPassword, String firstName, String lastName, CreateUserOptions... options)
          Create an user for an account that already exists
 

Uses of CreateUserOptions in org.jclouds.cloudstack.options
 

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

Methods in org.jclouds.cloudstack.options that return CreateUserOptions
 CreateUserOptions CreateUserOptions.domainId(long domainId)
           
static CreateUserOptions CreateUserOptions.Builder.domainId(long domainId)
           
 CreateUserOptions CreateUserOptions.timezone(String timezone)
           
static CreateUserOptions CreateUserOptions.Builder.timezone(String timezone)
           
 



Copyright © 2009-2012 jclouds. All Rights Reserved.