Uses of Class
org.jclouds.cloudstack.domain.Account

Packages that use Account
org.jclouds.cloudstack.domain   
org.jclouds.cloudstack.features   
 

Uses of Account in org.jclouds.cloudstack.domain
 

Methods in org.jclouds.cloudstack.domain that return Account
 Account Account.Builder.build()
           
 

Methods in org.jclouds.cloudstack.domain with parameters of type Account
 T Account.Builder.fromAccount(Account in)
           
 

Uses of Account in org.jclouds.cloudstack.features
 

Methods in org.jclouds.cloudstack.features that return Account
 Account GlobalAccountApi.createAccount(String userName, Account.Type accountType, String email, String firstName, String lastName, String hashedPassword, CreateAccountOptions... options)
          Create a new Cloudstack account
 Account DomainAccountApi.enableAccount(String accountName, String domainId)
          Enable an account
 Account AccountApi.getAccount(String id)
          get a specific Account by id
 Account GlobalAccountApi.updateAccount(String accountName, String domainId, String newName, UpdateAccountOptions... options)
          Update an existing account
 

Methods in org.jclouds.cloudstack.features that return types with arguments of type Account
 Set<Account> AccountApi.listAccounts(ListAccountsOptions... options)
          Lists Accounts
 



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