| Package | Description |
|---|---|
| software.amazon.awssdk.services.elasticbeanstalk.model |
| Modifier and Type | Method and Description |
|---|---|
static EnvironmentStatus |
EnvironmentStatus.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
EnvironmentStatus |
EnvironmentDescription.status()
The current operational status of the environment:
|
EnvironmentStatus |
TerminateEnvironmentResponse.status()
The current operational status of the environment:
|
EnvironmentStatus |
UpdateEnvironmentResponse.status()
The current operational status of the environment:
|
EnvironmentStatus |
CreateEnvironmentResponse.status()
The current operational status of the environment:
|
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 |
|---|---|
static Set<EnvironmentStatus> |
EnvironmentStatus.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
EnvironmentDescription.Builder |
EnvironmentDescription.Builder.status(EnvironmentStatus status)
The current operational status of the environment:
|
TerminateEnvironmentResponse.Builder |
TerminateEnvironmentResponse.Builder.status(EnvironmentStatus status)
The current operational status of the environment:
|
UpdateEnvironmentResponse.Builder |
UpdateEnvironmentResponse.Builder.status(EnvironmentStatus status)
The current operational status of the environment:
|
CreateEnvironmentResponse.Builder |
CreateEnvironmentResponse.Builder.status(EnvironmentStatus status)
The current operational status of the environment:
|
Copyright © 2019. All rights reserved.