| 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 |
AbstractAWSOrganizations.listChildren(ListChildrenRequest request) |
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.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListChildrenResult> |
AbstractAWSOrganizationsAsync.listChildrenAsync(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,
AsyncHandler<ListChildrenRequest,ListChildrenResult> asyncHandler) |
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.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListChildrenResult> |
AbstractAWSOrganizationsAsync.listChildrenAsync(ListChildrenRequest request,
AsyncHandler<ListChildrenRequest,ListChildrenResult> asyncHandler) |
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.
|
| Modifier and Type | Method and Description |
|---|---|
ListChildrenResult |
ListChildrenResult.clone() |
ListChildrenResult |
ListChildrenResult.withChildren(Child... children)
The list of children of the specified parent container.
|
ListChildrenResult |
ListChildrenResult.withChildren(Collection<Child> children)
The list of children of the specified parent container.
|
ListChildrenResult |
ListChildrenResult.withNextToken(String nextToken)
If present, indicates that more output is available than is included in the current response.
|
Copyright © 2023. All rights reserved.