Uses of Interface
software.amazon.awssdk.services.gamelift.model.StartMatchmakingRequest.Builder
-
Packages that use StartMatchmakingRequest.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 StartMatchmakingRequest.Builder in software.amazon.awssdk.services.gamelift
Method parameters in software.amazon.awssdk.services.gamelift with type arguments of type StartMatchmakingRequest.Builder Modifier and Type Method Description default CompletableFuture<StartMatchmakingResponse>GameLiftAsyncClient. startMatchmaking(Consumer<StartMatchmakingRequest.Builder> startMatchmakingRequest)Uses FlexMatch to create a game match for a group of players based on custom matchmaking rules.default StartMatchmakingResponseGameLiftClient. startMatchmaking(Consumer<StartMatchmakingRequest.Builder> startMatchmakingRequest)Uses FlexMatch to create a game match for a group of players based on custom matchmaking rules. -
Uses of StartMatchmakingRequest.Builder in software.amazon.awssdk.services.gamelift.model
Methods in software.amazon.awssdk.services.gamelift.model that return StartMatchmakingRequest.Builder Modifier and Type Method Description static StartMatchmakingRequest.BuilderStartMatchmakingRequest. builder()StartMatchmakingRequest.BuilderStartMatchmakingRequest.Builder. configurationName(String configurationName)Name of the matchmaking configuration to use for this request.StartMatchmakingRequest.BuilderStartMatchmakingRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)StartMatchmakingRequest.BuilderStartMatchmakingRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)StartMatchmakingRequest.BuilderStartMatchmakingRequest.Builder. players(Collection<Player> players)Information on each player to be matched.StartMatchmakingRequest.BuilderStartMatchmakingRequest.Builder. players(Consumer<Player.Builder>... players)Information on each player to be matched.StartMatchmakingRequest.BuilderStartMatchmakingRequest.Builder. players(Player... players)Information on each player to be matched.StartMatchmakingRequest.BuilderStartMatchmakingRequest.Builder. ticketId(String ticketId)A unique identifier for a matchmaking ticket.StartMatchmakingRequest.BuilderStartMatchmakingRequest. toBuilder()Methods in software.amazon.awssdk.services.gamelift.model that return types with arguments of type StartMatchmakingRequest.Builder Modifier and Type Method Description static Class<? extends StartMatchmakingRequest.Builder>StartMatchmakingRequest. serializableBuilderClass()
-