| Package | Description |
|---|---|
| com.amazonaws.services.gamesparks.model |
| Modifier and Type | Method and Description |
|---|---|
DeploymentResult |
DeploymentResult.clone() |
DeploymentResult |
StageDeploymentSummary.getDeploymentResult()
The result of the deployment.
|
DeploymentResult |
StageDeploymentDetails.getDeploymentResult()
The result of the deployment.
|
DeploymentResult |
DeploymentResult.withMessage(String message)
Details about the deployment result.
|
DeploymentResult |
DeploymentResult.withResultCode(ResultCode resultCode)
The type of deployment result.
|
DeploymentResult |
DeploymentResult.withResultCode(String resultCode)
The type of deployment result.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StageDeploymentSummary.setDeploymentResult(DeploymentResult deploymentResult)
The result of the deployment.
|
void |
StageDeploymentDetails.setDeploymentResult(DeploymentResult deploymentResult)
The result of the deployment.
|
StageDeploymentSummary |
StageDeploymentSummary.withDeploymentResult(DeploymentResult deploymentResult)
The result of the deployment.
|
StageDeploymentDetails |
StageDeploymentDetails.withDeploymentResult(DeploymentResult deploymentResult)
The result of the deployment.
|
Copyright © 2022. All rights reserved.