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