Uses of Class
software.amazon.awssdk.services.gamelift.model.MatchedPlayerSession
-
Packages that use MatchedPlayerSession Package Description software.amazon.awssdk.services.gamelift.model -
-
Uses of MatchedPlayerSession in software.amazon.awssdk.services.gamelift.model
Methods in software.amazon.awssdk.services.gamelift.model that return types with arguments of type MatchedPlayerSession Modifier and Type Method Description List<MatchedPlayerSession>GameSessionConnectionInfo. matchedPlayerSessions()A collection of player session IDs, one for each player ID that was included in the original matchmaking request.Methods in software.amazon.awssdk.services.gamelift.model with parameters of type MatchedPlayerSession Modifier and Type Method Description GameSessionConnectionInfo.BuilderGameSessionConnectionInfo.Builder. matchedPlayerSessions(MatchedPlayerSession... matchedPlayerSessions)A collection of player session IDs, one for each player ID that was included in the original matchmaking request.Method parameters in software.amazon.awssdk.services.gamelift.model with type arguments of type MatchedPlayerSession Modifier and Type Method Description GameSessionConnectionInfo.BuilderGameSessionConnectionInfo.Builder. matchedPlayerSessions(Collection<MatchedPlayerSession> matchedPlayerSessions)A collection of player session IDs, one for each player ID that was included in the original matchmaking request.
-