public interface AccountClient
| Modifier and Type | Method and Description | 
|---|---|
Account | 
getAccount(String id)
get a specific Account by id 
 | 
Set<Account> | 
listAccounts(ListAccountsOptions... options)
Lists Accounts 
 | 
Set<Account> listAccounts(ListAccountsOptions... options)
options - if present, how to constrain the list.Copyright © 2009-2013 jclouds. All Rights Reserved.