Package | Description |
---|---|
com.amazonaws.services.elasticbeanstalk.model |
Classes modeling the various types represented by AWSElasticBeanstalk.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Copyright © 2015. All rights reserved.