| Package | Description |
|---|---|
| software.amazon.awssdk.services.organizations.model |
| Modifier and Type | Method and Description |
|---|---|
ListAccountsResponse.Builder |
ListAccountsResponse.Builder.accounts(Account... accounts)
A list of objects in the organization.
|
ListAccountsResponse.Builder |
ListAccountsResponse.Builder.accounts(Collection<Account> accounts)
A list of objects in the organization.
|
ListAccountsResponse.Builder |
ListAccountsResponse.Builder.accounts(Consumer<Account.Builder>... accounts)
A list of objects in the organization.
|
static ListAccountsResponse.Builder |
ListAccountsResponse.builder() |
ListAccountsResponse.Builder |
ListAccountsResponse.Builder.nextToken(String nextToken)
If present, indicates that more output is available than is included in the current response.
|
ListAccountsResponse.Builder |
ListAccountsResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListAccountsResponse.Builder> |
ListAccountsResponse.serializableBuilderClass() |
Copyright © 2023. All rights reserved.