| Package | Description |
|---|---|
| com.amazonaws.services.gamesparks.model |
| Modifier and Type | Method and Description |
|---|---|
StageDeploymentSummary |
StageDeploymentSummary.clone() |
StageDeploymentSummary |
StageDeploymentSummary.withDeploymentAction(DeploymentAction deploymentAction)
The type of action of the deployment.
|
StageDeploymentSummary |
StageDeploymentSummary.withDeploymentAction(String deploymentAction)
The type of action of the deployment.
|
StageDeploymentSummary |
StageDeploymentSummary.withDeploymentId(String deploymentId)
The identifier of the deployment.
|
StageDeploymentSummary |
StageDeploymentSummary.withDeploymentResult(DeploymentResult deploymentResult)
The result of the deployment.
|
StageDeploymentSummary |
StageDeploymentSummary.withDeploymentState(DeploymentState deploymentState)
The state of the deployment.
|
StageDeploymentSummary |
StageDeploymentSummary.withDeploymentState(String deploymentState)
The state of the deployment.
|
StageDeploymentSummary |
StageDeploymentSummary.withLastUpdated(Date lastUpdated)
The timestamp of when the deployment was last updated.
|
StageDeploymentSummary |
StageDeploymentSummary.withSnapshotId(String snapshotId)
The identifier of the snapshot associated with the stage deployment.
|
| Modifier and Type | Method and Description |
|---|---|
List<StageDeploymentSummary> |
ListStageDeploymentsResult.getStageDeployments()
A list of stage deployment summaries.
|
| Modifier and Type | Method and Description |
|---|---|
ListStageDeploymentsResult |
ListStageDeploymentsResult.withStageDeployments(StageDeploymentSummary... stageDeployments)
A list of stage deployment summaries.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListStageDeploymentsResult.setStageDeployments(Collection<StageDeploymentSummary> stageDeployments)
A list of stage deployment summaries.
|
ListStageDeploymentsResult |
ListStageDeploymentsResult.withStageDeployments(Collection<StageDeploymentSummary> stageDeployments)
A list of stage deployment summaries.
|
Copyright © 2022. All rights reserved.