public interface GlobalAccountAsyncClient extends DomainAccountAsyncClient
| Modifier and Type | Method and Description | 
|---|---|
com.google.common.util.concurrent.ListenableFuture<Account> | 
createAccount(String userName,
             Account.Type accountType,
             String email,
             String firstName,
             String lastName,
             String hashedPassword,
             CreateAccountOptions... options)  | 
com.google.common.util.concurrent.ListenableFuture<Void> | 
deleteAccount(String id)  | 
com.google.common.util.concurrent.ListenableFuture<Account> | 
updateAccount(String accountName,
             String domainId,
             String newName,
             UpdateAccountOptions... options)  | 
disableAccount, enableAccountgetAccount, listAccountscom.google.common.util.concurrent.ListenableFuture<Account> createAccount(String userName, Account.Type accountType, String email, String firstName, String lastName, String hashedPassword, CreateAccountOptions... options)
com.google.common.util.concurrent.ListenableFuture<Account> updateAccount(String accountName, String domainId, String newName, UpdateAccountOptions... options)
Copyright © 2009-2013 jclouds. All Rights Reserved.