org.jclouds.cloudstack.features
Interface AccountAsyncClient

All Known Subinterfaces:
DomainAccountAsyncClient, GlobalAccountAsyncClient

public interface AccountAsyncClient

Provides asynchronous access to cloudstack via their REST API.

Author:
Adrian Cole
See Also:
AccountClient,

Method Summary
 com.google.common.util.concurrent.ListenableFuture<Account> getAccount(String id)
           
 com.google.common.util.concurrent.ListenableFuture<Set<Account>> listAccounts(ListAccountsOptions... options)
           
 

Method Detail

listAccounts

@Named(value="listAccounts")
com.google.common.util.concurrent.ListenableFuture<Set<Account>> listAccounts(ListAccountsOptions... options)
See Also:
AccountClient.listAccounts(org.jclouds.cloudstack.options.ListAccountsOptions...)

getAccount

@Named(value="listAccounts")
com.google.common.util.concurrent.ListenableFuture<Account> getAccount(String id)
See Also:
AccountClient.getAccount(java.lang.String)


Copyright © 2009-2013 jclouds. All Rights Reserved.