Uses of Class
software.amazon.awssdk.services.elasticbeanstalk.model.EnvironmentHealthStatus
-
Packages that use EnvironmentHealthStatus Package Description software.amazon.awssdk.services.elasticbeanstalk.model -
-
Uses of EnvironmentHealthStatus in software.amazon.awssdk.services.elasticbeanstalk.model
Methods in software.amazon.awssdk.services.elasticbeanstalk.model that return EnvironmentHealthStatus Modifier and Type Method Description static EnvironmentHealthStatusEnvironmentHealthStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.EnvironmentHealthStatusCreateEnvironmentResponse. healthStatus()Returns the health status of the application running in your environment.EnvironmentHealthStatusEnvironmentDescription. healthStatus()Returns the health status of the application running in your environment.EnvironmentHealthStatusTerminateEnvironmentResponse. healthStatus()Returns the health status of the application running in your environment.EnvironmentHealthStatusUpdateEnvironmentResponse. healthStatus()Returns the health status of the application running in your environment.static EnvironmentHealthStatusEnvironmentHealthStatus. 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.Methods in software.amazon.awssdk.services.elasticbeanstalk.model that return types with arguments of type EnvironmentHealthStatus Modifier and Type Method Description static Set<EnvironmentHealthStatus>EnvironmentHealthStatus. knownValues()Methods in software.amazon.awssdk.services.elasticbeanstalk.model with parameters of type EnvironmentHealthStatus Modifier and Type Method Description CreateEnvironmentResponse.BuilderCreateEnvironmentResponse.Builder. healthStatus(EnvironmentHealthStatus healthStatus)Returns the health status of the application running in your environment.EnvironmentDescription.BuilderEnvironmentDescription.Builder. healthStatus(EnvironmentHealthStatus healthStatus)Returns the health status of the application running in your environment.TerminateEnvironmentResponse.BuilderTerminateEnvironmentResponse.Builder. healthStatus(EnvironmentHealthStatus healthStatus)Returns the health status of the application running in your environment.UpdateEnvironmentResponse.BuilderUpdateEnvironmentResponse.Builder. healthStatus(EnvironmentHealthStatus healthStatus)Returns the health status of the application running in your environment.
-