| 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.paginators | |
| software.amazon.awssdk.services.organizations.transform |
| Modifier and Type | Method and Description |
|---|---|
default ListChildrenResponse |
OrganizationsClient.listChildren(ListChildrenRequest 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(ListChildrenRequest listChildrenRequest)
Lists all of the organizational units (OUs) or accounts that are contained in the specified parent OU or root.
|
default ListChildrenIterable |
OrganizationsClient.listChildrenPaginator(ListChildrenRequest listChildrenRequest)
Lists all of the organizational units (OUs) or accounts that are contained in the specified parent OU or root.
|
default ListChildrenPublisher |
OrganizationsAsyncClient.listChildrenPaginator(ListChildrenRequest listChildrenRequest)
Lists all of the organizational units (OUs) or accounts that are contained in the specified parent OU or root.
|
| Constructor and Description |
|---|
ListChildrenIterable(OrganizationsClient client,
ListChildrenRequest firstRequest) |
ListChildrenPublisher(OrganizationsAsyncClient client,
ListChildrenRequest firstRequest) |
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
ListChildrenRequestMarshaller.marshall(ListChildrenRequest listChildrenRequest) |
Copyright © 2023. All rights reserved.