Uses of Class
software.amazon.awssdk.services.gamelift.model.StartGameSessionPlacementResponse
-
Packages that use StartGameSessionPlacementResponse Package Description software.amazon.awssdk.services.gamelift Amazon GameLift provides solutions for hosting session-based multiplayer game servers in the cloud, including tools for deploying, operating, and scaling game servers. -
-
Uses of StartGameSessionPlacementResponse in software.amazon.awssdk.services.gamelift
Methods in software.amazon.awssdk.services.gamelift that return StartGameSessionPlacementResponse Modifier and Type Method Description default StartGameSessionPlacementResponseGameLiftClient. startGameSessionPlacement(Consumer<StartGameSessionPlacementRequest.Builder> startGameSessionPlacementRequest)Places a request for a new game session in a queue.default StartGameSessionPlacementResponseGameLiftClient. startGameSessionPlacement(StartGameSessionPlacementRequest startGameSessionPlacementRequest)Places a request for a new game session in a queue.Methods in software.amazon.awssdk.services.gamelift that return types with arguments of type StartGameSessionPlacementResponse Modifier and Type Method Description default CompletableFuture<StartGameSessionPlacementResponse>GameLiftAsyncClient. startGameSessionPlacement(Consumer<StartGameSessionPlacementRequest.Builder> startGameSessionPlacementRequest)Places a request for a new game session in a queue.default CompletableFuture<StartGameSessionPlacementResponse>GameLiftAsyncClient. startGameSessionPlacement(StartGameSessionPlacementRequest startGameSessionPlacementRequest)Places a request for a new game session in a queue.
-