| Package | Description |
|---|---|
| com.amazonaws.services.gamelift.model |
| Modifier and Type | Method and Description |
|---|---|
Player |
Player.addLatencyInMsEntry(String key,
Integer value) |
Player |
Player.addPlayerAttributesEntry(String key,
AttributeValue value) |
Player |
Player.clearLatencyInMsEntries()
Removes all the entries added into LatencyInMs.
|
Player |
Player.clearPlayerAttributesEntries()
Removes all the entries added into PlayerAttributes.
|
Player |
Player.clone() |
Player |
Player.withLatencyInMs(Map<String,Integer> latencyInMs)
Set of values, expressed in milliseconds, indicating the amount of latency that a player experiences when
connected to AWS regions.
|
Player |
Player.withPlayerAttributes(Map<String,AttributeValue> playerAttributes)
Collection of name:value pairs containing player information for use in matchmaking.
|
Player |
Player.withPlayerId(String playerId)
Unique identifier for a player
|
Player |
Player.withTeam(String team)
Name of the team that the player is assigned to in a match.
|
| Modifier and Type | Method and Description |
|---|---|
List<Player> |
MatchmakingTicket.getPlayers()
A set of
Player objects, each representing a player to find matches for. |
List<Player> |
StartMatchmakingRequest.getPlayers()
Information on each player to be matched.
|
| Modifier and Type | Method and Description |
|---|---|
MatchmakingTicket |
MatchmakingTicket.withPlayers(Player... players)
A set of
Player objects, each representing a player to find matches for. |
StartMatchmakingRequest |
StartMatchmakingRequest.withPlayers(Player... players)
Information on each player to be matched.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MatchmakingTicket.setPlayers(Collection<Player> players)
A set of
Player objects, each representing a player to find matches for. |
void |
StartMatchmakingRequest.setPlayers(Collection<Player> players)
Information on each player to be matched.
|
MatchmakingTicket |
MatchmakingTicket.withPlayers(Collection<Player> players)
A set of
Player objects, each representing a player to find matches for. |
StartMatchmakingRequest |
StartMatchmakingRequest.withPlayers(Collection<Player> players)
Information on each player to be matched.
|
Copyright © 2017. All rights reserved.