| Package | Description |
|---|---|
| software.amazon.awssdk.services.organizations.model |
| Modifier and Type | Method and Description |
|---|---|
Account |
DescribeAccountResponse.account()
A structure that contains information about the requested account.
|
| Modifier and Type | Method and Description |
|---|---|
List<Account> |
ListAccountsForParentResponse.accounts()
A list of the accounts in the specified root or OU.
|
List<Account> |
ListAccountsResponse.accounts()
A list of objects in the organization.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeAccountResponse.Builder |
DescribeAccountResponse.Builder.account(Account account)
A structure that contains information about the requested account.
|
ListAccountsForParentResponse.Builder |
ListAccountsForParentResponse.Builder.accounts(Account... accounts)
A list of the accounts in the specified root or OU.
|
ListAccountsResponse.Builder |
ListAccountsResponse.Builder.accounts(Account... accounts)
A list of objects in the organization.
|
| Modifier and Type | Method and Description |
|---|---|
ListAccountsForParentResponse.Builder |
ListAccountsForParentResponse.Builder.accounts(Collection<Account> accounts)
A list of the accounts in the specified root or OU.
|
ListAccountsResponse.Builder |
ListAccountsResponse.Builder.accounts(Collection<Account> accounts)
A list of objects in the organization.
|
Copyright © 2023. All rights reserved.