| Package | Description |
|---|---|
| com.amazonaws.services.organizations |
|
| com.amazonaws.services.organizations.model |
| Modifier and Type | Method and Description |
|---|---|
ListAccountsForParentResult |
AWSOrganizationsClient.listAccountsForParent(ListAccountsForParentRequest request)
Lists the accounts in an organization that are contained by the specified target root or organizational unit
(OU).
|
ListAccountsForParentResult |
AWSOrganizations.listAccountsForParent(ListAccountsForParentRequest listAccountsForParentRequest)
Lists the accounts in an organization that are contained by the specified target root or organizational unit
(OU).
|
ListAccountsForParentResult |
AbstractAWSOrganizations.listAccountsForParent(ListAccountsForParentRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<ListAccountsForParentResult> |
AWSOrganizationsAsync.listAccountsForParentAsync(ListAccountsForParentRequest listAccountsForParentRequest,
AsyncHandler<ListAccountsForParentRequest,ListAccountsForParentResult> asyncHandler)
Lists the accounts in an organization that are contained by the specified target root or organizational unit
(OU).
|
Future<ListAccountsForParentResult> |
AbstractAWSOrganizationsAsync.listAccountsForParentAsync(ListAccountsForParentRequest request,
AsyncHandler<ListAccountsForParentRequest,ListAccountsForParentResult> asyncHandler) |
Future<ListAccountsForParentResult> |
AWSOrganizationsAsyncClient.listAccountsForParentAsync(ListAccountsForParentRequest request,
AsyncHandler<ListAccountsForParentRequest,ListAccountsForParentResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListAccountsForParentResult |
ListAccountsForParentResult.clone() |
ListAccountsForParentResult |
ListAccountsForParentResult.withAccounts(Account... accounts)
A list of the accounts in the specified root or OU.
|
ListAccountsForParentResult |
ListAccountsForParentResult.withAccounts(Collection<Account> accounts)
A list of the accounts in the specified root or OU.
|
ListAccountsForParentResult |
ListAccountsForParentResult.withNextToken(String nextToken)
If present, indicates that more output is available than is included in the current response.
|
Copyright © 2021. All rights reserved.