Uses of Interface
software.amazon.awssdk.services.gamelift.model.StopGameSessionPlacementRequest.Builder
-
Packages that use StopGameSessionPlacementRequest.Builder 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.model -
-
Uses of StopGameSessionPlacementRequest.Builder in software.amazon.awssdk.services.gamelift
Method parameters in software.amazon.awssdk.services.gamelift with type arguments of type StopGameSessionPlacementRequest.Builder Modifier and Type Method Description default CompletableFuture<StopGameSessionPlacementResponse>GameLiftAsyncClient. stopGameSessionPlacement(Consumer<StopGameSessionPlacementRequest.Builder> stopGameSessionPlacementRequest)Cancels a game session placement that is inPENDINGstatus.default StopGameSessionPlacementResponseGameLiftClient. stopGameSessionPlacement(Consumer<StopGameSessionPlacementRequest.Builder> stopGameSessionPlacementRequest)Cancels a game session placement that is inPENDINGstatus. -
Uses of StopGameSessionPlacementRequest.Builder in software.amazon.awssdk.services.gamelift.model
Methods in software.amazon.awssdk.services.gamelift.model that return StopGameSessionPlacementRequest.Builder Modifier and Type Method Description static StopGameSessionPlacementRequest.BuilderStopGameSessionPlacementRequest. builder()StopGameSessionPlacementRequest.BuilderStopGameSessionPlacementRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)StopGameSessionPlacementRequest.BuilderStopGameSessionPlacementRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)StopGameSessionPlacementRequest.BuilderStopGameSessionPlacementRequest.Builder. placementId(String placementId)A unique identifier for a game session placement to stop.StopGameSessionPlacementRequest.BuilderStopGameSessionPlacementRequest. toBuilder()Methods in software.amazon.awssdk.services.gamelift.model that return types with arguments of type StopGameSessionPlacementRequest.Builder Modifier and Type Method Description static Class<? extends StopGameSessionPlacementRequest.Builder>StopGameSessionPlacementRequest. serializableBuilderClass()
-