| 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 ListAccountsForParentResponse |
OrganizationsClient.listAccountsForParent(ListAccountsForParentRequest 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).
|
default ListAccountsForParentIterable |
OrganizationsClient.listAccountsForParentPaginator(ListAccountsForParentRequest listAccountsForParentRequest)
Lists the accounts in an organization that are contained by the specified target root or organizational unit
(OU).
|
default ListAccountsForParentPublisher |
OrganizationsAsyncClient.listAccountsForParentPaginator(ListAccountsForParentRequest listAccountsForParentRequest)
Lists the accounts in an organization that are contained by the specified target root or organizational unit
(OU).
|
| Constructor and Description |
|---|
ListAccountsForParentIterable(OrganizationsClient client,
ListAccountsForParentRequest firstRequest) |
ListAccountsForParentPublisher(OrganizationsAsyncClient client,
ListAccountsForParentRequest firstRequest) |
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
ListAccountsForParentRequestMarshaller.marshall(ListAccountsForParentRequest listAccountsForParentRequest) |
Copyright © 2023. All rights reserved.