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