Uses of Class
software.amazon.awssdk.services.gamelift.model.GameSessionPlacement
-
Packages that use GameSessionPlacement Package Description software.amazon.awssdk.services.gamelift.model -
-
Uses of GameSessionPlacement in software.amazon.awssdk.services.gamelift.model
Methods in software.amazon.awssdk.services.gamelift.model that return GameSessionPlacement Modifier and Type Method Description GameSessionPlacementDescribeGameSessionPlacementResponse. gameSessionPlacement()Object that describes the requested game session placement.GameSessionPlacementStartGameSessionPlacementResponse. gameSessionPlacement()Object that describes the newly created game session placement.GameSessionPlacementStopGameSessionPlacementResponse. gameSessionPlacement()Object that describes the canceled game session placement, withCANCELLEDstatus and an end time stamp.Methods in software.amazon.awssdk.services.gamelift.model with parameters of type GameSessionPlacement Modifier and Type Method Description DescribeGameSessionPlacementResponse.BuilderDescribeGameSessionPlacementResponse.Builder. gameSessionPlacement(GameSessionPlacement gameSessionPlacement)Object that describes the requested game session placement.StartGameSessionPlacementResponse.BuilderStartGameSessionPlacementResponse.Builder. gameSessionPlacement(GameSessionPlacement gameSessionPlacement)Object that describes the newly created game session placement.StopGameSessionPlacementResponse.BuilderStopGameSessionPlacementResponse.Builder. gameSessionPlacement(GameSessionPlacement gameSessionPlacement)Object that describes the canceled game session placement, withCANCELLEDstatus and an end time stamp.
-