Uses of Class
software.amazon.awssdk.services.gamelift.model.StopGameSessionPlacementResponse
-
Packages that use StopGameSessionPlacementResponse 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 StopGameSessionPlacementResponse in software.amazon.awssdk.services.gamelift
Methods in software.amazon.awssdk.services.gamelift that return StopGameSessionPlacementResponse Modifier and Type Method Description default StopGameSessionPlacementResponseGameLiftClient. stopGameSessionPlacement(Consumer<StopGameSessionPlacementRequest.Builder> stopGameSessionPlacementRequest)Cancels a game session placement that is inPENDINGstatus.default StopGameSessionPlacementResponseGameLiftClient. stopGameSessionPlacement(StopGameSessionPlacementRequest stopGameSessionPlacementRequest)Cancels a game session placement that is inPENDINGstatus.Methods in software.amazon.awssdk.services.gamelift that return types with arguments of type StopGameSessionPlacementResponse Modifier and Type Method Description default CompletableFuture<StopGameSessionPlacementResponse>GameLiftAsyncClient. stopGameSessionPlacement(Consumer<StopGameSessionPlacementRequest.Builder> stopGameSessionPlacementRequest)Cancels a game session placement that is inPENDINGstatus.default CompletableFuture<StopGameSessionPlacementResponse>GameLiftAsyncClient. stopGameSessionPlacement(StopGameSessionPlacementRequest stopGameSessionPlacementRequest)Cancels a game session placement that is inPENDINGstatus.
-