| 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 |
| 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 ListChildrenResponse |
OrganizationsClient.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 |
|---|---|
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 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.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListChildrenResponse> |
ListChildrenIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListChildrenPublisher.subscribe(org.reactivestreams.Subscriber<? super ListChildrenResponse> subscriber) |
Copyright © 2023. All rights reserved.