| Package | Description |
|---|---|
| software.amazon.awssdk.services.m2.model |
| Modifier and Type | Method and Description |
|---|---|
static EnvironmentLifecycle |
EnvironmentLifecycle.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
EnvironmentLifecycle |
EnvironmentSummary.status()
The status of the runtime environment
|
EnvironmentLifecycle |
GetEnvironmentResponse.status()
The status of the runtime environment.
|
static EnvironmentLifecycle |
EnvironmentLifecycle.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EnvironmentLifecycle[] |
EnvironmentLifecycle.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<EnvironmentLifecycle> |
EnvironmentLifecycle.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
EnvironmentSummary.Builder |
EnvironmentSummary.Builder.status(EnvironmentLifecycle status)
The status of the runtime environment
|
GetEnvironmentResponse.Builder |
GetEnvironmentResponse.Builder.status(EnvironmentLifecycle status)
The status of the runtime environment.
|
Copyright © 2023. All rights reserved.