Uses of Class
software.amazon.awssdk.services.elasticbeanstalk.model.EnvironmentHealth
-
Packages that use EnvironmentHealth Package Description software.amazon.awssdk.services.elasticbeanstalk.model -
-
Uses of EnvironmentHealth in software.amazon.awssdk.services.elasticbeanstalk.model
Methods in software.amazon.awssdk.services.elasticbeanstalk.model that return EnvironmentHealth Modifier and Type Method Description static EnvironmentHealthEnvironmentHealth. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.EnvironmentHealthCreateEnvironmentResponse. health()Describes the health status of the environment.EnvironmentHealthEnvironmentDescription. health()Describes the health status of the environment.EnvironmentHealthTerminateEnvironmentResponse. health()Describes the health status of the environment.EnvironmentHealthUpdateEnvironmentResponse. health()Describes the health status of the environment.EnvironmentHealthDescribeEnvironmentHealthResponse. status()The environment's operational status.static EnvironmentHealthEnvironmentHealth. 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.Methods in software.amazon.awssdk.services.elasticbeanstalk.model that return types with arguments of type EnvironmentHealth Modifier and Type Method Description static Set<EnvironmentHealth>EnvironmentHealth. knownValues()Methods in software.amazon.awssdk.services.elasticbeanstalk.model with parameters of type EnvironmentHealth Modifier and Type Method Description CreateEnvironmentResponse.BuilderCreateEnvironmentResponse.Builder. health(EnvironmentHealth health)Describes the health status of the environment.EnvironmentDescription.BuilderEnvironmentDescription.Builder. health(EnvironmentHealth health)Describes the health status of the environment.TerminateEnvironmentResponse.BuilderTerminateEnvironmentResponse.Builder. health(EnvironmentHealth health)Describes the health status of the environment.UpdateEnvironmentResponse.BuilderUpdateEnvironmentResponse.Builder. health(EnvironmentHealth health)Describes the health status of the environment.DescribeEnvironmentHealthResponse.BuilderDescribeEnvironmentHealthResponse.Builder. status(EnvironmentHealth status)The environment's operational status.
-