| Package | Description |
|---|---|
| com.amazonaws.services.appconfig.model |
| Modifier and Type | Method and Description |
|---|---|
static DeploymentState |
DeploymentState.fromValue(String value)
Use this in place of valueOf.
|
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 |
|---|---|
DeploymentSummary |
DeploymentSummary.withState(DeploymentState state)
The state of the deployment.
|
GetDeploymentResult |
GetDeploymentResult.withState(DeploymentState state)
The state of the deployment.
|
StartDeploymentResult |
StartDeploymentResult.withState(DeploymentState state)
The state of the deployment.
|
StopDeploymentResult |
StopDeploymentResult.withState(DeploymentState state)
The state of the deployment.
|
Copyright © 2021. All rights reserved.