| Package | Description |
|---|---|
| software.amazon.awssdk.services.appconfig.model |
| Modifier and Type | Method and Description |
|---|---|
static DeploymentState |
DeploymentState.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
DeploymentState |
GetDeploymentResponse.state()
The state of the deployment.
|
DeploymentState |
StopDeploymentResponse.state()
The state of the deployment.
|
DeploymentState |
DeploymentSummary.state()
The state of the deployment.
|
DeploymentState |
StartDeploymentResponse.state()
The state of the deployment.
|
static DeploymentState |
DeploymentState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DeploymentState[] |
DeploymentState.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<DeploymentState> |
DeploymentState.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
GetDeploymentResponse.Builder |
GetDeploymentResponse.Builder.state(DeploymentState state)
The state of the deployment.
|
StopDeploymentResponse.Builder |
StopDeploymentResponse.Builder.state(DeploymentState state)
The state of the deployment.
|
DeploymentSummary.Builder |
DeploymentSummary.Builder.state(DeploymentState state)
The state of the deployment.
|
StartDeploymentResponse.Builder |
StartDeploymentResponse.Builder.state(DeploymentState state)
The state of the deployment.
|
Copyright © 2020. All rights reserved.