Uses of Class
org.jclouds.cloudstack.options.CreateUserOptions
- 
Packages that use CreateUserOptions Package Description 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 Modifier and Type Method Description UserGlobalUserApi. 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 Modifier and Type Field Description static CreateUserOptionsCreateUserOptions. NONEMethods in org.jclouds.cloudstack.options that return CreateUserOptions Modifier and Type Method Description static CreateUserOptionsCreateUserOptions.Builder. domainId(String domainId)CreateUserOptionsCreateUserOptions. domainId(String domainId)static CreateUserOptionsCreateUserOptions.Builder. timezone(String timezone)CreateUserOptionsCreateUserOptions. timezone(String timezone) 
 -