| Package | Description |
|---|---|
| com.amazonaws.services.organizations.model |
| Modifier and Type | Method and Description |
|---|---|
CreateAccountStatus |
CreateAccountStatus.clone() |
CreateAccountStatus |
DescribeCreateAccountStatusResult.getCreateAccountStatus()
A structure that contains the current status of an account creation request.
|
CreateAccountStatus |
CreateAccountResult.getCreateAccountStatus()
A structure that contains details about the request to create an account.
|
CreateAccountStatus |
CreateGovCloudAccountResult.getCreateAccountStatus() |
CreateAccountStatus |
CreateAccountStatus.withAccountId(String accountId)
If the account was created successfully, the unique identifier (ID) of the new account.
|
CreateAccountStatus |
CreateAccountStatus.withAccountName(String accountName)
The account name given to the account when it was created.
|
CreateAccountStatus |
CreateAccountStatus.withCompletedTimestamp(Date completedTimestamp)
The date and time that the account was created and the request completed.
|
CreateAccountStatus |
CreateAccountStatus.withFailureReason(CreateAccountFailureReason failureReason)
If the request failed, a description of the reason for the failure.
|
CreateAccountStatus |
CreateAccountStatus.withFailureReason(String failureReason)
If the request failed, a description of the reason for the failure.
|
CreateAccountStatus |
CreateAccountStatus.withGovCloudAccountId(String govCloudAccountId)
If the account was created successfully, the unique identifier (ID) of the new account in the Amazon Web Services
GovCloud (US) Region.
|
CreateAccountStatus |
CreateAccountStatus.withId(String id)
The unique identifier (ID) that references this request.
|
CreateAccountStatus |
CreateAccountStatus.withRequestedTimestamp(Date requestedTimestamp)
The date and time that the request was made for the account creation.
|
CreateAccountStatus |
CreateAccountStatus.withState(CreateAccountState state)
The status of the asynchronous request to create an Amazon Web Services account.
|
CreateAccountStatus |
CreateAccountStatus.withState(String state)
The status of the asynchronous request to create an Amazon Web Services account.
|
| Modifier and Type | Method and Description |
|---|---|
List<CreateAccountStatus> |
ListCreateAccountStatusResult.getCreateAccountStatuses()
A list of objects with details about the requests.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeCreateAccountStatusResult.setCreateAccountStatus(CreateAccountStatus createAccountStatus)
A structure that contains the current status of an account creation request.
|
void |
CreateAccountResult.setCreateAccountStatus(CreateAccountStatus createAccountStatus)
A structure that contains details about the request to create an account.
|
void |
CreateGovCloudAccountResult.setCreateAccountStatus(CreateAccountStatus createAccountStatus) |
DescribeCreateAccountStatusResult |
DescribeCreateAccountStatusResult.withCreateAccountStatus(CreateAccountStatus createAccountStatus)
A structure that contains the current status of an account creation request.
|
CreateAccountResult |
CreateAccountResult.withCreateAccountStatus(CreateAccountStatus createAccountStatus)
A structure that contains details about the request to create an account.
|
CreateGovCloudAccountResult |
CreateGovCloudAccountResult.withCreateAccountStatus(CreateAccountStatus createAccountStatus) |
ListCreateAccountStatusResult |
ListCreateAccountStatusResult.withCreateAccountStatuses(CreateAccountStatus... createAccountStatuses)
A list of objects with details about the requests.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListCreateAccountStatusResult.setCreateAccountStatuses(Collection<CreateAccountStatus> createAccountStatuses)
A list of objects with details about the requests.
|
ListCreateAccountStatusResult |
ListCreateAccountStatusResult.withCreateAccountStatuses(Collection<CreateAccountStatus> createAccountStatuses)
A list of objects with details about the requests.
|
Copyright © 2022. All rights reserved.