| Package | Description |
|---|---|
| software.amazon.awssdk.services.migrationhubrefactorspaces.model |
| Modifier and Type | Method and Description |
|---|---|
static EnvironmentState |
EnvironmentState.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
EnvironmentState |
CreateEnvironmentResponse.state()
The current state of the environment.
|
EnvironmentState |
DeleteEnvironmentResponse.state()
The current state of the environment.
|
EnvironmentState |
GetEnvironmentResponse.state()
The current state of the environment.
|
EnvironmentState |
EnvironmentSummary.state()
The current state of the environment.
|
static EnvironmentState |
EnvironmentState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EnvironmentState[] |
EnvironmentState.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<EnvironmentState> |
EnvironmentState.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
CreateEnvironmentResponse.Builder |
CreateEnvironmentResponse.Builder.state(EnvironmentState state)
The current state of the environment.
|
DeleteEnvironmentResponse.Builder |
DeleteEnvironmentResponse.Builder.state(EnvironmentState state)
The current state of the environment.
|
GetEnvironmentResponse.Builder |
GetEnvironmentResponse.Builder.state(EnvironmentState state)
The current state of the environment.
|
EnvironmentSummary.Builder |
EnvironmentSummary.Builder.state(EnvironmentState state)
The current state of the environment.
|
Copyright © 2023. All rights reserved.