| Package | Description |
|---|---|
| com.amazonaws.services.organizations.model |
| Modifier and Type | Method and Description |
|---|---|
Account |
Account.clone() |
Account |
DescribeAccountResult.getAccount()
A structure that contains information about the requested account.
|
Account |
Account.withArn(String arn)
The Amazon Resource Name (ARN) of the account.
|
Account |
Account.withEmail(String email)
The email address associated with the AWS account.
|
Account |
Account.withId(String id)
The unique identifier (ID) of the account.
|
Account |
Account.withJoinedMethod(AccountJoinedMethod joinedMethod)
The method by which the account joined the organization.
|
Account |
Account.withJoinedMethod(String joinedMethod)
The method by which the account joined the organization.
|
Account |
Account.withJoinedTimestamp(Date joinedTimestamp)
The date the account became a part of the organization.
|
Account |
Account.withName(String name)
The friendly name of the account.
|
Account |
Account.withStatus(AccountStatus status)
The status of the account in the organization.
|
Account |
Account.withStatus(String status)
The status of the account in the organization.
|
| Modifier and Type | Method and Description |
|---|---|
List<Account> |
ListAccountsResult.getAccounts()
A list of objects in the organization.
|
List<Account> |
ListAccountsForParentResult.getAccounts()
A list of the accounts in the specified root or OU.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeAccountResult.setAccount(Account account)
A structure that contains information about the requested account.
|
DescribeAccountResult |
DescribeAccountResult.withAccount(Account account)
A structure that contains information about the requested account.
|
ListAccountsResult |
ListAccountsResult.withAccounts(Account... accounts)
A list of objects in the organization.
|
ListAccountsForParentResult |
ListAccountsForParentResult.withAccounts(Account... accounts)
A list of the accounts in the specified root or OU.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListAccountsResult.setAccounts(Collection<Account> accounts)
A list of objects in the organization.
|
void |
ListAccountsForParentResult.setAccounts(Collection<Account> accounts)
A list of the accounts in the specified root or OU.
|
ListAccountsResult |
ListAccountsResult.withAccounts(Collection<Account> accounts)
A list of objects in the organization.
|
ListAccountsForParentResult |
ListAccountsForParentResult.withAccounts(Collection<Account> accounts)
A list of the accounts in the specified root or OU.
|
Copyright © 2021. All rights reserved.