Uses of Enum
com.amazonaws.services.elasticbeanstalk.model.EnvironmentHealth
Packages that use EnvironmentHealth
-
Uses of EnvironmentHealth in com.amazonaws.services.elasticbeanstalk.model
Methods in com.amazonaws.services.elasticbeanstalk.model that return EnvironmentHealthModifier and TypeMethodDescriptionstatic EnvironmentHealth
Use this in place of valueOf.static EnvironmentHealth
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 com.amazonaws.services.elasticbeanstalk.model with parameters of type EnvironmentHealthModifier and TypeMethodDescriptionvoid
CreateEnvironmentResult.setHealth
(EnvironmentHealth health) Describes the health status of the environment.void
EnvironmentDescription.setHealth
(EnvironmentHealth health) Describes the health status of the environment.void
TerminateEnvironmentResult.setHealth
(EnvironmentHealth health) Describes the health status of the environment.void
UpdateEnvironmentResult.setHealth
(EnvironmentHealth health) Describes the health status of the environment.void
DescribeEnvironmentHealthResult.setStatus
(EnvironmentHealth status) Returns the health status value of the environment.CreateEnvironmentResult.withHealth
(EnvironmentHealth health) Describes the health status of the environment.EnvironmentDescription.withHealth
(EnvironmentHealth health) Describes the health status of the environment.TerminateEnvironmentResult.withHealth
(EnvironmentHealth health) Describes the health status of the environment.UpdateEnvironmentResult.withHealth
(EnvironmentHealth health) Describes the health status of the environment.DescribeEnvironmentHealthResult.withStatus
(EnvironmentHealth status) Returns the health status value of the environment.