| 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 |
|---|---|
StartMatchmakingResult |
AbstractAmazonGameLift.startMatchmaking(StartMatchmakingRequest request) |
StartMatchmakingResult |
AmazonGameLift.startMatchmaking(StartMatchmakingRequest startMatchmakingRequest)
Uses FlexMatch to create a game match for a group of players based on custom matchmaking rules.
|
StartMatchmakingResult |
AmazonGameLiftClient.startMatchmaking(StartMatchmakingRequest request)
Uses FlexMatch to create a game match for a group of players based on custom matchmaking rules.
|
| Modifier and Type | Method and Description |
|---|---|
Future<StartMatchmakingResult> |
AbstractAmazonGameLiftAsync.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.
|
Future<StartMatchmakingResult> |
AmazonGameLiftAsyncClient.startMatchmakingAsync(StartMatchmakingRequest request,
AsyncHandler<StartMatchmakingRequest,StartMatchmakingResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
StartMatchmakingResult |
StartMatchmakingResult.clone() |
StartMatchmakingResult |
StartMatchmakingResult.withMatchmakingTicket(MatchmakingTicket matchmakingTicket)
Ticket representing the matchmaking request.
|
Copyright © 2024. All rights reserved.