|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use EnvironmentHealth | |
---|---|
com.amazonaws.services.elasticbeanstalk.model | Classes modeling the various types represented by AWSElasticBeanstalk. |
Uses of EnvironmentHealth in com.amazonaws.services.elasticbeanstalk.model |
---|
Methods in com.amazonaws.services.elasticbeanstalk.model that return EnvironmentHealth | |
---|---|
static EnvironmentHealth |
EnvironmentHealth.fromValue(String value)
Use this in place of valueOf. |
static EnvironmentHealth |
EnvironmentHealth.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 com.amazonaws.services.elasticbeanstalk.model with parameters of type EnvironmentHealth | |
---|---|
void |
UpdateEnvironmentResult.setHealth(EnvironmentHealth health)
Describes the health status of the environment. |
void |
TerminateEnvironmentResult.setHealth(EnvironmentHealth health)
Describes the health status of the environment. |
void |
EnvironmentDescription.setHealth(EnvironmentHealth health)
Describes the health status of the environment. |
void |
CreateEnvironmentResult.setHealth(EnvironmentHealth health)
Describes the health status of the environment. |
UpdateEnvironmentResult |
UpdateEnvironmentResult.withHealth(EnvironmentHealth health)
Describes the health status of the environment. |
TerminateEnvironmentResult |
TerminateEnvironmentResult.withHealth(EnvironmentHealth health)
Describes the health status of the environment. |
EnvironmentDescription |
EnvironmentDescription.withHealth(EnvironmentHealth health)
Describes the health status of the environment. |
CreateEnvironmentResult |
CreateEnvironmentResult.withHealth(EnvironmentHealth health)
Describes the health status of the environment. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |