| 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.model |
| Modifier and Type | Method and Description |
|---|---|
default ListAccountsResponse |
OrganizationsClient.listAccounts(Consumer<ListAccountsRequest.Builder> listAccountsRequest)
Lists all the accounts in the organization.
|
default CompletableFuture<ListAccountsResponse> |
OrganizationsAsyncClient.listAccounts(Consumer<ListAccountsRequest.Builder> listAccountsRequest)
Lists all the accounts in the organization.
|
default ListAccountsIterable |
OrganizationsClient.listAccountsPaginator(Consumer<ListAccountsRequest.Builder> listAccountsRequest)
Lists all the accounts in the organization.
|
default ListAccountsPublisher |
OrganizationsAsyncClient.listAccountsPaginator(Consumer<ListAccountsRequest.Builder> listAccountsRequest)
Lists all the accounts in the organization.
|
| Modifier and Type | Method and Description |
|---|---|
static ListAccountsRequest.Builder |
ListAccountsRequest.builder() |
ListAccountsRequest.Builder |
ListAccountsRequest.Builder.maxResults(Integer maxResults)
The total number of results that you want included on each page of the response.
|
ListAccountsRequest.Builder |
ListAccountsRequest.Builder.nextToken(String nextToken)
The parameter for receiving additional results if you receive a
NextToken response in a previous
request. |
ListAccountsRequest.Builder |
ListAccountsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListAccountsRequest.Builder |
ListAccountsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListAccountsRequest.Builder |
ListAccountsRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListAccountsRequest.Builder> |
ListAccountsRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.