public interface AccountAsyncClient
AccountClient
,
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<Account> |
getAccount(long id) |
com.google.common.util.concurrent.ListenableFuture<Set<Account>> |
listAccounts(ListAccountsOptions... options) |
com.google.common.util.concurrent.ListenableFuture<Set<Account>> listAccounts(ListAccountsOptions... options)
com.google.common.util.concurrent.ListenableFuture<Account> getAccount(long id)
AccountClient.getAccount(long)
Copyright © 2009-2012 jclouds. All Rights Reserved.