| 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 ListAccountsResponse |
OrganizationsClient.listAccounts(ListAccountsRequest listAccountsRequest)
Lists all the accounts in the organization.
|
default CompletableFuture<ListAccountsResponse> |
OrganizationsAsyncClient.listAccounts(ListAccountsRequest listAccountsRequest)
Lists all the accounts in the organization.
|
default ListAccountsIterable |
OrganizationsClient.listAccountsPaginator(ListAccountsRequest listAccountsRequest)
Lists all the accounts in the organization.
|
default ListAccountsPublisher |
OrganizationsAsyncClient.listAccountsPaginator(ListAccountsRequest listAccountsRequest)
Lists all the accounts in the organization.
|
| Constructor and Description |
|---|
ListAccountsIterable(OrganizationsClient client,
ListAccountsRequest firstRequest) |
ListAccountsPublisher(OrganizationsAsyncClient client,
ListAccountsRequest firstRequest) |
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
ListAccountsRequestMarshaller.marshall(ListAccountsRequest listAccountsRequest) |
Copyright © 2023. All rights reserved.