void |
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 |
CreateEnvironmentResult.withHealth(EnvironmentHealth health) |
Describes the health status of the environment.
|
EnvironmentDescription |
EnvironmentDescription.withHealth(EnvironmentHealth health) |
Describes the health status of the environment.
|
TerminateEnvironmentResult |
TerminateEnvironmentResult.withHealth(EnvironmentHealth health) |
Describes the health status of the environment.
|
UpdateEnvironmentResult |
UpdateEnvironmentResult.withHealth(EnvironmentHealth health) |
Describes the health status of the environment.
|
DescribeEnvironmentHealthResult |
DescribeEnvironmentHealthResult.withStatus(EnvironmentHealth status) |
Returns the health status value of the environment.
|