Package | Description |
---|---|
com.amazonaws.services.elasticbeanstalk.model |
Modifier and Type | Method and Description |
---|---|
static EnvironmentStatus |
EnvironmentStatus.fromValue(String value)
Use this in place of valueOf.
|
static EnvironmentStatus |
EnvironmentStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EnvironmentStatus[] |
EnvironmentStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
EnvironmentDescription.setStatus(EnvironmentStatus status)
The current operational status of the environment:
|
void |
TerminateEnvironmentResult.setStatus(EnvironmentStatus status)
The current operational status of the environment:
|
void |
UpdateEnvironmentResult.setStatus(EnvironmentStatus status)
The current operational status of the environment:
|
void |
CreateEnvironmentResult.setStatus(EnvironmentStatus status)
The current operational status of the environment:
|
EnvironmentDescription |
EnvironmentDescription.withStatus(EnvironmentStatus status)
The current operational status of the environment:
|
TerminateEnvironmentResult |
TerminateEnvironmentResult.withStatus(EnvironmentStatus status)
The current operational status of the environment:
|
UpdateEnvironmentResult |
UpdateEnvironmentResult.withStatus(EnvironmentStatus status)
The current operational status of the environment:
|
CreateEnvironmentResult |
CreateEnvironmentResult.withStatus(EnvironmentStatus status)
The current operational status of the environment:
|
Copyright © 2018. All rights reserved.