Uses of Interface
software.amazon.awssdk.services.gamelift.model.StopMatchmakingRequest.Builder
-
Packages that use StopMatchmakingRequest.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 StopMatchmakingRequest.Builder in software.amazon.awssdk.services.gamelift
Method parameters in software.amazon.awssdk.services.gamelift with type arguments of type StopMatchmakingRequest.Builder Modifier and Type Method Description default CompletableFuture<StopMatchmakingResponse>GameLiftAsyncClient. stopMatchmaking(Consumer<StopMatchmakingRequest.Builder> stopMatchmakingRequest)Cancels a matchmaking ticket or match backfill ticket that is currently being processed.default StopMatchmakingResponseGameLiftClient. stopMatchmaking(Consumer<StopMatchmakingRequest.Builder> stopMatchmakingRequest)Cancels a matchmaking ticket or match backfill ticket that is currently being processed. -
Uses of StopMatchmakingRequest.Builder in software.amazon.awssdk.services.gamelift.model
Methods in software.amazon.awssdk.services.gamelift.model that return StopMatchmakingRequest.Builder Modifier and Type Method Description static StopMatchmakingRequest.BuilderStopMatchmakingRequest. builder()StopMatchmakingRequest.BuilderStopMatchmakingRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)StopMatchmakingRequest.BuilderStopMatchmakingRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)StopMatchmakingRequest.BuilderStopMatchmakingRequest.Builder. ticketId(String ticketId)A unique identifier for a matchmaking ticket.StopMatchmakingRequest.BuilderStopMatchmakingRequest. toBuilder()Methods in software.amazon.awssdk.services.gamelift.model that return types with arguments of type StopMatchmakingRequest.Builder Modifier and Type Method Description static Class<? extends StopMatchmakingRequest.Builder>StopMatchmakingRequest. serializableBuilderClass()
-