| 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 |
|---|---|
ListChildrenResult |
AWSOrganizationsClient.listChildren(ListChildrenRequest request)
Lists all of the organizational units (OUs) or accounts that are contained in the specified parent OU or root.
|
ListChildrenResult |
AWSOrganizations.listChildren(ListChildrenRequest listChildrenRequest)
Lists all of the organizational units (OUs) or accounts that are contained in the specified parent OU or root.
|
ListChildrenResult |
AbstractAWSOrganizations.listChildren(ListChildrenRequest request) |
Future<ListChildrenResult> |
AWSOrganizationsAsyncClient.listChildrenAsync(ListChildrenRequest request) |
Future<ListChildrenResult> |
AWSOrganizationsAsync.listChildrenAsync(ListChildrenRequest listChildrenRequest)
Lists all of the organizational units (OUs) or accounts that are contained in the specified parent OU or root.
|
Future<ListChildrenResult> |
AbstractAWSOrganizationsAsync.listChildrenAsync(ListChildrenRequest request) |
Future<ListChildrenResult> |
AWSOrganizationsAsyncClient.listChildrenAsync(ListChildrenRequest request,
AsyncHandler<ListChildrenRequest,ListChildrenResult> asyncHandler) |
Future<ListChildrenResult> |
AWSOrganizationsAsync.listChildrenAsync(ListChildrenRequest listChildrenRequest,
AsyncHandler<ListChildrenRequest,ListChildrenResult> asyncHandler)
Lists all of the organizational units (OUs) or accounts that are contained in the specified parent OU or root.
|
Future<ListChildrenResult> |
AbstractAWSOrganizationsAsync.listChildrenAsync(ListChildrenRequest request,
AsyncHandler<ListChildrenRequest,ListChildrenResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<ListChildrenResult> |
AWSOrganizationsAsyncClient.listChildrenAsync(ListChildrenRequest request,
AsyncHandler<ListChildrenRequest,ListChildrenResult> asyncHandler) |
Future<ListChildrenResult> |
AWSOrganizationsAsync.listChildrenAsync(ListChildrenRequest listChildrenRequest,
AsyncHandler<ListChildrenRequest,ListChildrenResult> asyncHandler)
Lists all of the organizational units (OUs) or accounts that are contained in the specified parent OU or root.
|
Future<ListChildrenResult> |
AbstractAWSOrganizationsAsync.listChildrenAsync(ListChildrenRequest request,
AsyncHandler<ListChildrenRequest,ListChildrenResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListChildrenRequest |
ListChildrenRequest.clone() |
ListChildrenRequest |
ListChildrenRequest.withChildType(ChildType childType)
Filters the output to include only the specified child type.
|
ListChildrenRequest |
ListChildrenRequest.withChildType(String childType)
Filters the output to include only the specified child type.
|
ListChildrenRequest |
ListChildrenRequest.withMaxResults(Integer maxResults)
The total number of results that you want included on each page of the response.
|
ListChildrenRequest |
ListChildrenRequest.withNextToken(String nextToken)
The parameter for receiving additional results if you receive a
NextToken response in a previous
request. |
ListChildrenRequest |
ListChildrenRequest.withParentId(String parentId)
The unique identifier (ID) for the parent root or OU whose children you want to list.
|
Copyright © 2024. All rights reserved.