| Package | Description |
|---|---|
| software.amazon.awssdk.services.gamelift |
|
| software.amazon.awssdk.services.gamelift.model |
| 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.
|
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.
|
| Modifier and Type | Method and Description |
|---|---|
static StartMatchmakingRequest.Builder |
StartMatchmakingRequest.builder() |
StartMatchmakingRequest.Builder |
StartMatchmakingRequest.Builder.configurationName(String configurationName)
Name of the matchmaking configuration to use for this request.
|
StartMatchmakingRequest.Builder |
StartMatchmakingRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
StartMatchmakingRequest.Builder |
StartMatchmakingRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
StartMatchmakingRequest.Builder |
StartMatchmakingRequest.Builder.players(Collection<Player> players)
Information on each player to be matched.
|
StartMatchmakingRequest.Builder |
StartMatchmakingRequest.Builder.players(Consumer<Player.Builder>... players)
Information on each player to be matched.
|
StartMatchmakingRequest.Builder |
StartMatchmakingRequest.Builder.players(Player... players)
Information on each player to be matched.
|
StartMatchmakingRequest.Builder |
StartMatchmakingRequest.Builder.ticketId(String ticketId)
A unique identifier for a matchmaking ticket.
|
StartMatchmakingRequest.Builder |
StartMatchmakingRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends StartMatchmakingRequest.Builder> |
StartMatchmakingRequest.serializableBuilderClass() |
Copyright © 2021. All rights reserved.