| Package | Description |
|---|---|
| software.amazon.awssdk.services.gamelift.model |
| Modifier and Type | Method and Description |
|---|---|
GameSessionPlacement |
DescribeGameSessionPlacementResponse.gameSessionPlacement()
Object that describes the requested game session placement.
|
GameSessionPlacement |
StartGameSessionPlacementResponse.gameSessionPlacement()
Object that describes the newly created game session placement.
|
GameSessionPlacement |
StopGameSessionPlacementResponse.gameSessionPlacement()
Object that describes the canceled game session placement, with
CANCELLED status and an end time
stamp. |
| Modifier and Type | Method and Description |
|---|---|
DescribeGameSessionPlacementResponse.Builder |
DescribeGameSessionPlacementResponse.Builder.gameSessionPlacement(GameSessionPlacement gameSessionPlacement)
Object that describes the requested game session placement.
|
StartGameSessionPlacementResponse.Builder |
StartGameSessionPlacementResponse.Builder.gameSessionPlacement(GameSessionPlacement gameSessionPlacement)
Object that describes the newly created game session placement.
|
StopGameSessionPlacementResponse.Builder |
StopGameSessionPlacementResponse.Builder.gameSessionPlacement(GameSessionPlacement gameSessionPlacement)
Object that describes the canceled game session placement, with
CANCELLED status and an end time
stamp. |
Copyright © 2021. All rights reserved.