| Package | Description |
|---|---|
| com.amazonaws.services.gamesparks.model |
| Modifier and Type | Method and Description |
|---|---|
static DeploymentAction |
DeploymentAction.fromValue(String value)
Use this in place of valueOf.
|
static DeploymentAction |
DeploymentAction.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DeploymentAction[] |
DeploymentAction.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
StageDeploymentSummary |
StageDeploymentSummary.withDeploymentAction(DeploymentAction deploymentAction)
The type of action of the deployment.
|
StageDeploymentDetails |
StageDeploymentDetails.withDeploymentAction(DeploymentAction deploymentAction)
The type of action of the stage deployment.
|
Copyright © 2023. All rights reserved.