| Package | Description |
|---|---|
| com.amazonaws.services.appconfig.model |
| Modifier and Type | Method and Description |
|---|---|
static EnvironmentState |
EnvironmentState.fromValue(String value)
Use this in place of valueOf.
|
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 |
|---|---|
Environment |
Environment.withState(EnvironmentState state)
The state of the environment.
|
UpdateEnvironmentResult |
UpdateEnvironmentResult.withState(EnvironmentState state)
The state of the environment.
|
GetEnvironmentResult |
GetEnvironmentResult.withState(EnvironmentState state)
The state of the environment.
|
CreateEnvironmentResult |
CreateEnvironmentResult.withState(EnvironmentState state)
The state of the environment.
|
Copyright © 2023. All rights reserved.