| Package | Description |
|---|---|
| software.amazon.awssdk.services.gamelift.model |
| Modifier and Type | Method and Description |
|---|---|
List<Player> |
StartMatchmakingRequest.players()
Information on each player to be matched.
|
List<Player> |
MatchmakingTicket.players()
A set of
Player objects, each representing a player to find matches for. |
List<Player> |
StartMatchBackfillRequest.players()
Match information on all players that are currently assigned to the game session.
|
| Modifier and Type | Method and Description |
|---|---|
StartMatchmakingRequest.Builder |
StartMatchmakingRequest.Builder.players(Player... players)
Information on each player to be matched.
|
MatchmakingTicket.Builder |
MatchmakingTicket.Builder.players(Player... players)
A set of
Player objects, each representing a player to find matches for. |
StartMatchBackfillRequest.Builder |
StartMatchBackfillRequest.Builder.players(Player... players)
Match information on all players that are currently assigned to the game session.
|
| Modifier and Type | Method and Description |
|---|---|
StartMatchmakingRequest.Builder |
StartMatchmakingRequest.Builder.players(Collection<Player> players)
Information on each player to be matched.
|
MatchmakingTicket.Builder |
MatchmakingTicket.Builder.players(Collection<Player> players)
A set of
Player objects, each representing a player to find matches for. |
StartMatchBackfillRequest.Builder |
StartMatchBackfillRequest.Builder.players(Collection<Player> players)
Match information on all players that are currently assigned to the game session.
|
Copyright © 2022. All rights reserved.