| Package | Description |
|---|---|
| software.amazon.awssdk.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.
|
| software.amazon.awssdk.services.organizations.model |
| Modifier and Type | Method and Description |
|---|---|
default ListChildrenResponse |
OrganizationsClient.listChildren(Consumer<ListChildrenRequest.Builder> listChildrenRequest)
Lists all of the organizational units (OUs) or accounts that are contained in the specified parent OU or root.
|
default CompletableFuture<ListChildrenResponse> |
OrganizationsAsyncClient.listChildren(Consumer<ListChildrenRequest.Builder> listChildrenRequest)
Lists all of the organizational units (OUs) or accounts that are contained in the specified parent OU or root.
|
default ListChildrenIterable |
OrganizationsClient.listChildrenPaginator(Consumer<ListChildrenRequest.Builder> listChildrenRequest)
Lists all of the organizational units (OUs) or accounts that are contained in the specified parent OU or root.
|
default ListChildrenPublisher |
OrganizationsAsyncClient.listChildrenPaginator(Consumer<ListChildrenRequest.Builder> 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 |
|---|---|
static ListChildrenRequest.Builder |
ListChildrenRequest.builder() |
ListChildrenRequest.Builder |
ListChildrenRequest.Builder.childType(ChildType childType)
Filters the output to include only the specified child type.
|
ListChildrenRequest.Builder |
ListChildrenRequest.Builder.childType(String childType)
Filters the output to include only the specified child type.
|
ListChildrenRequest.Builder |
ListChildrenRequest.Builder.maxResults(Integer maxResults)
The total number of results that you want included on each page of the response.
|
ListChildrenRequest.Builder |
ListChildrenRequest.Builder.nextToken(String nextToken)
The parameter for receiving additional results if you receive a
NextToken response in a previous
request. |
ListChildrenRequest.Builder |
ListChildrenRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListChildrenRequest.Builder |
ListChildrenRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListChildrenRequest.Builder |
ListChildrenRequest.Builder.parentId(String parentId)
The unique identifier (ID) for the parent root or OU whose children you want to list.
|
ListChildrenRequest.Builder |
ListChildrenRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListChildrenRequest.Builder> |
ListChildrenRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.