| Package | Description |
|---|---|
| com.amazonaws.services.organizations |
Organizations is a web service that enables you to consolidate your multiple Amazon Web Services accounts into an
organization and centrally manage your accounts and their resources.
|
| com.amazonaws.services.organizations.model |
| Modifier and Type | Method and Description |
|---|---|
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).
|
Future<ListAccountsForParentResult> |
AWSOrganizationsAsyncClient.listAccountsForParentAsync(ListAccountsForParentRequest request,
AsyncHandler<ListAccountsForParentRequest,ListAccountsForParentResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListAccountsForParentRequest |
ListAccountsForParentRequest.clone() |
ListAccountsForParentRequest |
ListAccountsForParentRequest.withMaxResults(Integer maxResults)
The total number of results that you want included on each page of the response.
|
ListAccountsForParentRequest |
ListAccountsForParentRequest.withNextToken(String nextToken)
The parameter for receiving additional results if you receive a
NextToken response in a previous
request. |
ListAccountsForParentRequest |
ListAccountsForParentRequest.withParentId(String parentId)
The unique identifier (ID) for the parent root or organization unit (OU) whose accounts you want to list.
|
Copyright © 2025. All rights reserved.