| Package | Description |
|---|---|
| software.amazon.awssdk.services.elasticbeanstalk.model |
| Modifier and Type | Method and Description |
|---|---|
static EnvironmentHealth |
EnvironmentHealth.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
EnvironmentHealth |
CreateEnvironmentResponse.health()
Describes the health status of the environment.
|
EnvironmentHealth |
TerminateEnvironmentResponse.health()
Describes the health status of the environment.
|
EnvironmentHealth |
EnvironmentDescription.health()
Describes the health status of the environment.
|
EnvironmentHealth |
UpdateEnvironmentResponse.health()
Describes the health status of the environment.
|
EnvironmentHealth |
DescribeEnvironmentHealthResponse.status()
The environment's operational status.
|
static EnvironmentHealth |
EnvironmentHealth.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EnvironmentHealth[] |
EnvironmentHealth.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<EnvironmentHealth> |
EnvironmentHealth.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
CreateEnvironmentResponse.Builder |
CreateEnvironmentResponse.Builder.health(EnvironmentHealth health)
Describes the health status of the environment.
|
TerminateEnvironmentResponse.Builder |
TerminateEnvironmentResponse.Builder.health(EnvironmentHealth health)
Describes the health status of the environment.
|
EnvironmentDescription.Builder |
EnvironmentDescription.Builder.health(EnvironmentHealth health)
Describes the health status of the environment.
|
UpdateEnvironmentResponse.Builder |
UpdateEnvironmentResponse.Builder.health(EnvironmentHealth health)
Describes the health status of the environment.
|
DescribeEnvironmentHealthResponse.Builder |
DescribeEnvironmentHealthResponse.Builder.status(EnvironmentHealth status)
The environment's operational status.
|
Copyright © 2021. All rights reserved.