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