| 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 ListAccountsForParentResponse |
OrganizationsClient.listAccountsForParent(Consumer<ListAccountsForParentRequest.Builder> listAccountsForParentRequest)
Lists the accounts in an organization that are contained by the specified target root or organizational unit
(OU).
|
default ListAccountsForParentResponse |
OrganizationsClient.listAccountsForParent(ListAccountsForParentRequest listAccountsForParentRequest)
Lists the accounts in an organization that are contained by the specified target root or organizational unit
(OU).
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListAccountsForParentResponse> |
OrganizationsAsyncClient.listAccountsForParent(Consumer<ListAccountsForParentRequest.Builder> listAccountsForParentRequest)
Lists the accounts in an organization that are contained by the specified target root or organizational unit
(OU).
|
default CompletableFuture<ListAccountsForParentResponse> |
OrganizationsAsyncClient.listAccountsForParent(ListAccountsForParentRequest listAccountsForParentRequest)
Lists the accounts in an organization that are contained by the specified target root or organizational unit
(OU).
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListAccountsForParentResponse> |
ListAccountsForParentIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListAccountsForParentPublisher.subscribe(org.reactivestreams.Subscriber<? super ListAccountsForParentResponse> subscriber) |
Copyright © 2023. All rights reserved.