Uses of Interface
software.amazon.awssdk.services.gamelift.model.StartMatchBackfillRequest.Builder
-
Packages that use StartMatchBackfillRequest.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 StartMatchBackfillRequest.Builder in software.amazon.awssdk.services.gamelift
Method parameters in software.amazon.awssdk.services.gamelift with type arguments of type StartMatchBackfillRequest.Builder Modifier and Type Method Description default CompletableFuture<StartMatchBackfillResponse>GameLiftAsyncClient. startMatchBackfill(Consumer<StartMatchBackfillRequest.Builder> startMatchBackfillRequest)Finds new players to fill open slots in currently running game sessions.default StartMatchBackfillResponseGameLiftClient. startMatchBackfill(Consumer<StartMatchBackfillRequest.Builder> startMatchBackfillRequest)Finds new players to fill open slots in currently running game sessions. -
Uses of StartMatchBackfillRequest.Builder in software.amazon.awssdk.services.gamelift.model
Methods in software.amazon.awssdk.services.gamelift.model that return StartMatchBackfillRequest.Builder Modifier and Type Method Description static StartMatchBackfillRequest.BuilderStartMatchBackfillRequest. builder()StartMatchBackfillRequest.BuilderStartMatchBackfillRequest.Builder. configurationName(String configurationName)Name of the matchmaker to use for this request.StartMatchBackfillRequest.BuilderStartMatchBackfillRequest.Builder. gameSessionArn(String gameSessionArn)A unique identifier for the game session.StartMatchBackfillRequest.BuilderStartMatchBackfillRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)StartMatchBackfillRequest.BuilderStartMatchBackfillRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)StartMatchBackfillRequest.BuilderStartMatchBackfillRequest.Builder. players(Collection<Player> players)Match information on all players that are currently assigned to the game session.StartMatchBackfillRequest.BuilderStartMatchBackfillRequest.Builder. players(Consumer<Player.Builder>... players)Match information on all players that are currently assigned to the game session.StartMatchBackfillRequest.BuilderStartMatchBackfillRequest.Builder. players(Player... players)Match information on all players that are currently assigned to the game session.StartMatchBackfillRequest.BuilderStartMatchBackfillRequest.Builder. ticketId(String ticketId)A unique identifier for a matchmaking ticket.StartMatchBackfillRequest.BuilderStartMatchBackfillRequest. toBuilder()Methods in software.amazon.awssdk.services.gamelift.model that return types with arguments of type StartMatchBackfillRequest.Builder Modifier and Type Method Description static Class<? extends StartMatchBackfillRequest.Builder>StartMatchBackfillRequest. serializableBuilderClass()
-