| Package | Description |
|---|---|
| com.amazonaws.services.gamelift |
|
| com.amazonaws.services.gamelift.model |
| Modifier and Type | Method and Description |
|---|---|
StartMatchmakingResult |
AmazonGameLift.startMatchmaking(StartMatchmakingRequest startMatchmakingRequest)
Uses FlexMatch to create a game match for a group of players based on custom matchmaking rules, and starts a new
game for the matched players.
|
StartMatchmakingResult |
AbstractAmazonGameLift.startMatchmaking(StartMatchmakingRequest request) |
StartMatchmakingResult |
AmazonGameLiftClient.startMatchmaking(StartMatchmakingRequest request)
Uses FlexMatch to create a game match for a group of players based on custom matchmaking rules, and starts a new
game for the matched players.
|
Future<StartMatchmakingResult> |
AbstractAmazonGameLiftAsync.startMatchmakingAsync(StartMatchmakingRequest request) |
Future<StartMatchmakingResult> |
AmazonGameLiftAsyncClient.startMatchmakingAsync(StartMatchmakingRequest request) |
Future<StartMatchmakingResult> |
AmazonGameLiftAsync.startMatchmakingAsync(StartMatchmakingRequest startMatchmakingRequest)
Uses FlexMatch to create a game match for a group of players based on custom matchmaking rules, and starts a new
game for the matched players.
|
Future<StartMatchmakingResult> |
AbstractAmazonGameLiftAsync.startMatchmakingAsync(StartMatchmakingRequest request,
AsyncHandler<StartMatchmakingRequest,StartMatchmakingResult> asyncHandler) |
Future<StartMatchmakingResult> |
AmazonGameLiftAsyncClient.startMatchmakingAsync(StartMatchmakingRequest request,
AsyncHandler<StartMatchmakingRequest,StartMatchmakingResult> asyncHandler) |
Future<StartMatchmakingResult> |
AmazonGameLiftAsync.startMatchmakingAsync(StartMatchmakingRequest startMatchmakingRequest,
AsyncHandler<StartMatchmakingRequest,StartMatchmakingResult> asyncHandler)
Uses FlexMatch to create a game match for a group of players based on custom matchmaking rules, and starts a new
game for the matched players.
|
| Modifier and Type | Method and Description |
|---|---|
Future<StartMatchmakingResult> |
AbstractAmazonGameLiftAsync.startMatchmakingAsync(StartMatchmakingRequest request,
AsyncHandler<StartMatchmakingRequest,StartMatchmakingResult> asyncHandler) |
Future<StartMatchmakingResult> |
AmazonGameLiftAsyncClient.startMatchmakingAsync(StartMatchmakingRequest request,
AsyncHandler<StartMatchmakingRequest,StartMatchmakingResult> asyncHandler) |
Future<StartMatchmakingResult> |
AmazonGameLiftAsync.startMatchmakingAsync(StartMatchmakingRequest startMatchmakingRequest,
AsyncHandler<StartMatchmakingRequest,StartMatchmakingResult> asyncHandler)
Uses FlexMatch to create a game match for a group of players based on custom matchmaking rules, and starts a new
game for the matched players.
|
| Modifier and Type | Method and Description |
|---|---|
StartMatchmakingRequest |
StartMatchmakingRequest.clone() |
StartMatchmakingRequest |
StartMatchmakingRequest.withConfigurationName(String configurationName)
Name of the matchmaking configuration to use for this request.
|
StartMatchmakingRequest |
StartMatchmakingRequest.withPlayers(Collection<Player> players)
Information on each player to be matched.
|
StartMatchmakingRequest |
StartMatchmakingRequest.withPlayers(Player... players)
Information on each player to be matched.
|
StartMatchmakingRequest |
StartMatchmakingRequest.withTicketId(String ticketId)
A unique identifier for a matchmaking ticket.
|
Copyright © 2020. All rights reserved.