| Package | Description |
|---|---|
| software.amazon.awssdk.services.appconfig.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 |
Environment.state()
The state of the environment.
|
EnvironmentState |
GetEnvironmentResponse.state()
The state of the environment.
|
EnvironmentState |
UpdateEnvironmentResponse.state()
The state of the environment.
|
EnvironmentState |
CreateEnvironmentResponse.state()
The 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 |
|---|---|
Environment.Builder |
Environment.Builder.state(EnvironmentState state)
The state of the environment.
|
GetEnvironmentResponse.Builder |
GetEnvironmentResponse.Builder.state(EnvironmentState state)
The state of the environment.
|
UpdateEnvironmentResponse.Builder |
UpdateEnvironmentResponse.Builder.state(EnvironmentState state)
The state of the environment.
|
CreateEnvironmentResponse.Builder |
CreateEnvironmentResponse.Builder.state(EnvironmentState state)
The state of the environment.
|
Copyright © 2023. All rights reserved.