| Package | Description |
|---|---|
| software.amazon.awssdk.services.organizations.model |
| Modifier and Type | Method and Description |
|---|---|
static CreateAccountState |
CreateAccountState.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
CreateAccountState |
CreateAccountStatus.state()
The status of the asynchronous request to create an Amazon Web Services account.
|
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 |
|---|---|
static Set<CreateAccountState> |
CreateAccountState.knownValues()
|
List<CreateAccountState> |
ListCreateAccountStatusRequest.states()
A list of one or more states that you want included in the response.
|
| Modifier and Type | Method and Description |
|---|---|
CreateAccountStatus.Builder |
CreateAccountStatus.Builder.state(CreateAccountState state)
The status of the asynchronous request to create an Amazon Web Services account.
|
ListCreateAccountStatusRequest.Builder |
ListCreateAccountStatusRequest.Builder.states(CreateAccountState... states)
A list of one or more states that you want included in the response.
|
| Modifier and Type | Method and Description |
|---|---|
ListCreateAccountStatusRequest.Builder |
ListCreateAccountStatusRequest.Builder.states(Collection<CreateAccountState> states)
A list of one or more states that you want included in the response.
|
Copyright © 2023. All rights reserved.