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