| 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 |
| Modifier and Type | Method and Description |
|---|---|
default StartMatchBackfillResponse |
GameLiftClient.startMatchBackfill(Consumer<StartMatchBackfillRequest.Builder> startMatchBackfillRequest)
Finds new players to fill open slots in currently running game sessions.
|
default CompletableFuture<StartMatchBackfillResponse> |
GameLiftAsyncClient.startMatchBackfill(Consumer<StartMatchBackfillRequest.Builder> startMatchBackfillRequest)
Finds new players to fill open slots in currently running game sessions.
|
| Modifier and Type | Method and Description |
|---|---|
static StartMatchBackfillRequest.Builder |
StartMatchBackfillRequest.builder() |
StartMatchBackfillRequest.Builder |
StartMatchBackfillRequest.Builder.configurationName(String configurationName)
Name of the matchmaker to use for this request.
|
StartMatchBackfillRequest.Builder |
StartMatchBackfillRequest.Builder.gameSessionArn(String gameSessionArn)
A unique identifier for the game session.
|
StartMatchBackfillRequest.Builder |
StartMatchBackfillRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
StartMatchBackfillRequest.Builder |
StartMatchBackfillRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
StartMatchBackfillRequest.Builder |
StartMatchBackfillRequest.Builder.players(Collection<Player> players)
Match information on all players that are currently assigned to the game session.
|
StartMatchBackfillRequest.Builder |
StartMatchBackfillRequest.Builder.players(Consumer<Player.Builder>... players)
Match information on all players that are currently assigned to the game session.
|
StartMatchBackfillRequest.Builder |
StartMatchBackfillRequest.Builder.players(Player... players)
Match information on all players that are currently assigned to the game session.
|
StartMatchBackfillRequest.Builder |
StartMatchBackfillRequest.Builder.ticketId(String ticketId)
A unique identifier for a matchmaking ticket.
|
StartMatchBackfillRequest.Builder |
StartMatchBackfillRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends StartMatchBackfillRequest.Builder> |
StartMatchBackfillRequest.serializableBuilderClass() |
Copyright © 2022. All rights reserved.