Uses of Class
software.amazon.awssdk.services.gamelift.model.Player
-
Packages that use Player Package Description software.amazon.awssdk.services.gamelift.model -
-
Uses of Player in software.amazon.awssdk.services.gamelift.model
Methods in software.amazon.awssdk.services.gamelift.model that return types with arguments of type Player Modifier and Type Method Description List<Player>MatchmakingTicket. players()A set ofPlayerobjects, 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.List<Player>StartMatchmakingRequest. players()Information on each player to be matched.Methods in software.amazon.awssdk.services.gamelift.model with parameters of type Player Modifier and Type Method Description MatchmakingTicket.BuilderMatchmakingTicket.Builder. players(Player... players)A set ofPlayerobjects, each representing a player to find matches for.StartMatchBackfillRequest.BuilderStartMatchBackfillRequest.Builder. players(Player... players)Match information on all players that are currently assigned to the game session.StartMatchmakingRequest.BuilderStartMatchmakingRequest.Builder. players(Player... players)Information on each player to be matched.Method parameters in software.amazon.awssdk.services.gamelift.model with type arguments of type Player Modifier and Type Method Description MatchmakingTicket.BuilderMatchmakingTicket.Builder. players(Collection<Player> players)A set ofPlayerobjects, each representing a player to find matches for.StartMatchBackfillRequest.BuilderStartMatchBackfillRequest.Builder. players(Collection<Player> players)Match information on all players that are currently assigned to the game session.StartMatchmakingRequest.BuilderStartMatchmakingRequest.Builder. players(Collection<Player> players)Information on each player to be matched.
-