| Package | Description |
|---|---|
| com.amazonaws.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.
|
| com.amazonaws.services.gamelift.model |
| Modifier and Type | Method and Description |
|---|---|
StartMatchBackfillResult |
AbstractAmazonGameLift.startMatchBackfill(StartMatchBackfillRequest request) |
StartMatchBackfillResult |
AmazonGameLift.startMatchBackfill(StartMatchBackfillRequest startMatchBackfillRequest)
Finds new players to fill open slots in currently running game sessions.
|
StartMatchBackfillResult |
AmazonGameLiftClient.startMatchBackfill(StartMatchBackfillRequest request)
Finds new players to fill open slots in currently running game sessions.
|
| Modifier and Type | Method and Description |
|---|---|
Future<StartMatchBackfillResult> |
AbstractAmazonGameLiftAsync.startMatchBackfillAsync(StartMatchBackfillRequest request,
AsyncHandler<StartMatchBackfillRequest,StartMatchBackfillResult> asyncHandler) |
Future<StartMatchBackfillResult> |
AmazonGameLiftAsync.startMatchBackfillAsync(StartMatchBackfillRequest startMatchBackfillRequest,
AsyncHandler<StartMatchBackfillRequest,StartMatchBackfillResult> asyncHandler)
Finds new players to fill open slots in currently running game sessions.
|
Future<StartMatchBackfillResult> |
AmazonGameLiftAsyncClient.startMatchBackfillAsync(StartMatchBackfillRequest request,
AsyncHandler<StartMatchBackfillRequest,StartMatchBackfillResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
StartMatchBackfillResult |
StartMatchBackfillResult.clone() |
StartMatchBackfillResult |
StartMatchBackfillResult.withMatchmakingTicket(MatchmakingTicket matchmakingTicket)
Ticket representing the backfill matchmaking request.
|
Copyright © 2023. All rights reserved.