public interface AccountClient
Modifier and Type | Method and Description |
---|---|
Account |
getAccount(long 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.Account getAccount(long id)
id
- Account to getCopyright © 2009-2012 jclouds. All Rights Reserved.