Package | Description |
---|---|
com.amazonaws.services.elasticbeanstalk.model |
Classes modeling the various types represented by AWSElasticBeanstalk.
|
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 |
UpdateEnvironmentResult.setStatus(EnvironmentStatus status)
The current operational status of the environment:
Launching : Environment is in the process of initial
deployment. |
void |
TerminateEnvironmentResult.setStatus(EnvironmentStatus status)
The current operational status of the environment:
Launching : Environment is in the process of initial
deployment. |
void |
CreateEnvironmentResult.setStatus(EnvironmentStatus status)
The current operational status of the environment:
Launching : Environment is in the process of initial
deployment. |
void |
EnvironmentDescription.setStatus(EnvironmentStatus status)
The current operational status of the environment:
Launching : Environment is in the process of initial
deployment. |
UpdateEnvironmentResult |
UpdateEnvironmentResult.withStatus(EnvironmentStatus status)
The current operational status of the environment:
Launching : Environment is in the process of initial
deployment. |
TerminateEnvironmentResult |
TerminateEnvironmentResult.withStatus(EnvironmentStatus status)
The current operational status of the environment:
Launching : Environment is in the process of initial
deployment. |
CreateEnvironmentResult |
CreateEnvironmentResult.withStatus(EnvironmentStatus status)
The current operational status of the environment:
Launching : Environment is in the process of initial
deployment. |
EnvironmentDescription |
EnvironmentDescription.withStatus(EnvironmentStatus status)
The current operational status of the environment:
Launching : Environment is in the process of initial
deployment. |
Copyright © 2014. All rights reserved.