| Package | Description |
|---|---|
| com.amazonaws.services.organizations.model |
| Modifier and Type | Method and Description |
|---|---|
static CreateAccountState |
CreateAccountState.fromValue(String value)
Use this in place of valueOf.
|
static CreateAccountState |
CreateAccountState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CreateAccountState[] |
CreateAccountState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateAccountStatus.setState(CreateAccountState state)
The status of the asynchronous request to create an AWS account.
|
CreateAccountStatus |
CreateAccountStatus.withState(CreateAccountState state)
The status of the asynchronous request to create an AWS account.
|
ListCreateAccountStatusRequest |
ListCreateAccountStatusRequest.withStates(CreateAccountState... states)
A list of one or more states that you want included in the response.
|
Copyright © 2021. All rights reserved.