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 EnvironmentHealthUse this in place of valueOf.static EnvironmentHealthReturns 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 TypeMethodDescriptionvoidCreateEnvironmentResult.setHealth(EnvironmentHealth health) Describes the health status of the environment.voidEnvironmentDescription.setHealth(EnvironmentHealth health) Describes the health status of the environment.voidTerminateEnvironmentResult.setHealth(EnvironmentHealth health) Describes the health status of the environment.voidUpdateEnvironmentResult.setHealth(EnvironmentHealth health) Describes the health status of the environment.voidDescribeEnvironmentHealthResult.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.