| Package | Description |
|---|---|
| com.amazonaws.services.gamesparks.model |
| Modifier and Type | Method and Description |
|---|---|
StageDeploymentDetails |
StageDeploymentDetails.clone() |
StageDeploymentDetails |
StartStageDeploymentResult.getStageDeployment()
Properties that describe the stage deployment.
|
StageDeploymentDetails |
GetStageDeploymentResult.getStageDeployment()
Properties that provide details of the stage deployment.
|
StageDeploymentDetails |
StageDeploymentDetails.withCreated(Date created)
The timestamp of when the stage deployment was created.
|
StageDeploymentDetails |
StageDeploymentDetails.withDeploymentAction(DeploymentAction deploymentAction)
The type of action of the stage deployment.
|
StageDeploymentDetails |
StageDeploymentDetails.withDeploymentAction(String deploymentAction)
The type of action of the stage deployment.
|
StageDeploymentDetails |
StageDeploymentDetails.withDeploymentId(String deploymentId)
The identifier of the deployment.
|
StageDeploymentDetails |
StageDeploymentDetails.withDeploymentResult(DeploymentResult deploymentResult)
The result of the deployment.
|
StageDeploymentDetails |
StageDeploymentDetails.withDeploymentState(DeploymentState deploymentState)
The state of the deployment.
|
StageDeploymentDetails |
StageDeploymentDetails.withDeploymentState(String deploymentState)
The state of the deployment.
|
StageDeploymentDetails |
StageDeploymentDetails.withLastUpdated(Date lastUpdated)
The timestamp of when the deployment was last updated.
|
StageDeploymentDetails |
StageDeploymentDetails.withSnapshotId(String snapshotId)
The identifier of the snapshot associated with the stage deployment.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StartStageDeploymentResult.setStageDeployment(StageDeploymentDetails stageDeployment)
Properties that describe the stage deployment.
|
void |
GetStageDeploymentResult.setStageDeployment(StageDeploymentDetails stageDeployment)
Properties that provide details of the stage deployment.
|
StartStageDeploymentResult |
StartStageDeploymentResult.withStageDeployment(StageDeploymentDetails stageDeployment)
Properties that describe the stage deployment.
|
GetStageDeploymentResult |
GetStageDeploymentResult.withStageDeployment(StageDeploymentDetails stageDeployment)
Properties that provide details of the stage deployment.
|
Copyright © 2022. All rights reserved.