| Package | Description |
|---|---|
| com.amazonaws.services.gamelift |
|
| com.amazonaws.services.gamelift.model |
| Modifier and Type | Method and Description |
|---|---|
Future<StartMatchBackfillResult> |
AbstractAmazonGameLiftAsync.startMatchBackfillAsync(StartMatchBackfillRequest request,
AsyncHandler<StartMatchBackfillRequest,StartMatchBackfillResult> asyncHandler) |
Future<StartMatchBackfillResult> |
AmazonGameLiftAsyncClient.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 an existing game session.
|
| Modifier and Type | Method and Description |
|---|---|
StartMatchBackfillRequest |
StartMatchBackfillRequest.clone() |
StartMatchBackfillRequest |
StartMatchBackfillRequest.withConfigurationName(String configurationName)
Name of the matchmaker to use for this request.
|
StartMatchBackfillRequest |
StartMatchBackfillRequest.withGameSessionArn(String gameSessionArn)
Amazon Resource Name (ARN) that is assigned to a
game session and uniquely identifies it.
|
StartMatchBackfillRequest |
StartMatchBackfillRequest.withPlayers(Collection<Player> players)
Match information on all players that are currently assigned to the game session.
|
StartMatchBackfillRequest |
StartMatchBackfillRequest.withPlayers(Player... players)
Match information on all players that are currently assigned to the game session.
|
StartMatchBackfillRequest |
StartMatchBackfillRequest.withTicketId(String ticketId)
A unique identifier for a matchmaking ticket.
|
Copyright © 2020. All rights reserved.