Uses of Class
org.jclouds.cloudstack.domain.Account
Packages that use Account
-
Uses of Account in org.jclouds.cloudstack.domain
Methods in org.jclouds.cloudstack.domain that return AccountMethods in org.jclouds.cloudstack.domain with parameters of type Account -
Uses of Account in org.jclouds.cloudstack.features
Methods in org.jclouds.cloudstack.features that return AccountModifier and TypeMethodDescriptionGlobalAccountApi.createAccount
(String userName, Account.Type accountType, String email, String firstName, String lastName, String hashedPassword, CreateAccountOptions... options) Create a new Cloudstack accountDomainAccountApi.enableAccount
(String accountName, String domainId) Enable an accountAccountApi.getAccount
(String id) get a specific Account by idGlobalAccountApi.updateAccount
(String accountName, String domainId, String newName, UpdateAccountOptions... options) Update an existing accountMethods in org.jclouds.cloudstack.features that return types with arguments of type AccountModifier and TypeMethodDescriptionAccountApi.listAccounts
(ListAccountsOptions... options) Lists Accounts