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 User
GlobalUserApi. 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 CreateUserOptions
CreateUserOptions. NONE
Methods in org.jclouds.cloudstack.options that return CreateUserOptions Modifier and Type Method Description static CreateUserOptions
CreateUserOptions.Builder. domainId(String domainId)
CreateUserOptions
CreateUserOptions. domainId(String domainId)
static CreateUserOptions
CreateUserOptions.Builder. timezone(String timezone)
CreateUserOptions
CreateUserOptions. timezone(String timezone)
-