| 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 ListAccountsResponse |
OrganizationsClient.listAccounts()
Lists all the accounts in the organization.
|
default ListAccountsResponse |
OrganizationsClient.listAccounts(Consumer<ListAccountsRequest.Builder> listAccountsRequest)
Lists all the accounts in the organization.
|
default ListAccountsResponse |
OrganizationsClient.listAccounts(ListAccountsRequest listAccountsRequest)
Lists all the accounts in the organization.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListAccountsResponse> |
OrganizationsAsyncClient.listAccounts()
Lists all the accounts in the organization.
|
default CompletableFuture<ListAccountsResponse> |
OrganizationsAsyncClient.listAccounts(Consumer<ListAccountsRequest.Builder> listAccountsRequest)
Lists all the accounts in the organization.
|
default CompletableFuture<ListAccountsResponse> |
OrganizationsAsyncClient.listAccounts(ListAccountsRequest listAccountsRequest)
Lists all the accounts in the organization.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListAccountsResponse> |
ListAccountsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListAccountsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListAccountsResponse> subscriber) |
Copyright © 2023. All rights reserved.