Uses of Class
software.amazon.awssdk.services.gamelift.model.PlacedPlayerSession
-
Packages that use PlacedPlayerSession Package Description software.amazon.awssdk.services.gamelift.model -
-
Uses of PlacedPlayerSession in software.amazon.awssdk.services.gamelift.model
Methods in software.amazon.awssdk.services.gamelift.model that return types with arguments of type PlacedPlayerSession Modifier and Type Method Description List<PlacedPlayerSession>GameSessionPlacement. placedPlayerSessions()A collection of information on player sessions created in response to the game session placement request.Methods in software.amazon.awssdk.services.gamelift.model with parameters of type PlacedPlayerSession Modifier and Type Method Description GameSessionPlacement.BuilderGameSessionPlacement.Builder. placedPlayerSessions(PlacedPlayerSession... placedPlayerSessions)A collection of information on player sessions created in response to the game session placement request.Method parameters in software.amazon.awssdk.services.gamelift.model with type arguments of type PlacedPlayerSession Modifier and Type Method Description GameSessionPlacement.BuilderGameSessionPlacement.Builder. placedPlayerSessions(Collection<PlacedPlayerSession> placedPlayerSessions)A collection of information on player sessions created in response to the game session placement request.
-