| Package | Description |
|---|---|
| software.amazon.awssdk.services.gamelift |
|
| Modifier and Type | Method and Description |
|---|---|
default StartMatchmakingResponse |
GameLiftClient.startMatchmaking(Consumer<StartMatchmakingRequest.Builder> 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.
|
default StartMatchmakingResponse |
GameLiftClient.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.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<StartMatchmakingResponse> |
GameLiftAsyncClient.startMatchmaking(Consumer<StartMatchmakingRequest.Builder> 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.
|
default CompletableFuture<StartMatchmakingResponse> |
GameLiftAsyncClient.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.
|
Copyright © 2019. All rights reserved.