| Package | Description |
|---|---|
| software.amazon.awssdk.services.gamesparks.model |
| Modifier and Type | Method and Description |
|---|---|
DeploymentState |
StageDeploymentDetails.deploymentState()
The state of the deployment.
|
DeploymentState |
StageDeploymentSummary.deploymentState()
The state of the deployment.
|
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.
|
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 |
|---|---|
StageDeploymentDetails.Builder |
StageDeploymentDetails.Builder.deploymentState(DeploymentState deploymentState)
The state of the deployment.
|
StageDeploymentSummary.Builder |
StageDeploymentSummary.Builder.deploymentState(DeploymentState deploymentState)
The state of the deployment.
|
Copyright © 2022. All rights reserved.