| Package | Description |
|---|---|
| com.amazonaws.services.organizations |
|
| com.amazonaws.services.organizations.model |
| Modifier and Type | Method and Description |
|---|---|
Future<ListAccountsForParentResult> |
AWSOrganizationsAsyncClient.listAccountsForParentAsync(ListAccountsForParentRequest request,
AsyncHandler<ListAccountsForParentRequest,ListAccountsForParentResult> asyncHandler) |
Future<ListAccountsForParentResult> |
AbstractAWSOrganizationsAsync.listAccountsForParentAsync(ListAccountsForParentRequest request,
AsyncHandler<ListAccountsForParentRequest,ListAccountsForParentResult> asyncHandler) |
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).
|
| Modifier and Type | Method and Description |
|---|---|
ListAccountsForParentRequest |
ListAccountsForParentRequest.clone() |
ListAccountsForParentRequest |
ListAccountsForParentRequest.withMaxResults(Integer maxResults)
(Optional) Use this to limit the number of results you want included per page in the response.
|
ListAccountsForParentRequest |
ListAccountsForParentRequest.withNextToken(String nextToken)
Use this parameter if you receive a
NextToken response in a previous request that indicates that
there is more output available. |
ListAccountsForParentRequest |
ListAccountsForParentRequest.withParentId(String parentId)
The unique identifier (ID) for the parent root or organization unit (OU) whose accounts you want to list.
|
Copyright © 2019. All rights reserved.