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