Uses of Class
com.amazonaws.services.gamelift.model.GameSessionDetail
-
Packages that use GameSessionDetail Package Description com.amazonaws.services.gamelift.model -
-
Uses of GameSessionDetail in com.amazonaws.services.gamelift.model
Methods in com.amazonaws.services.gamelift.model that return GameSessionDetail Modifier and Type Method Description GameSessionDetailGameSessionDetail. clone()GameSessionDetailGameSessionDetail. withGameSession(GameSession gameSession)GameSessionDetailGameSessionDetail. withProtectionPolicy(ProtectionPolicy protectionPolicy)Current status of protection for the game session.GameSessionDetailGameSessionDetail. withProtectionPolicy(String protectionPolicy)Current status of protection for the game session.Methods in com.amazonaws.services.gamelift.model that return types with arguments of type GameSessionDetail Modifier and Type Method Description List<GameSessionDetail>DescribeGameSessionDetailsResult. getGameSessionDetails()Collection of objects containing game session properties and the protection policy currently in force for each session matching the request.Methods in com.amazonaws.services.gamelift.model with parameters of type GameSessionDetail Modifier and Type Method Description DescribeGameSessionDetailsResultDescribeGameSessionDetailsResult. withGameSessionDetails(GameSessionDetail... gameSessionDetails)Collection of objects containing game session properties and the protection policy currently in force for each session matching the request.Method parameters in com.amazonaws.services.gamelift.model with type arguments of type GameSessionDetail Modifier and Type Method Description voidDescribeGameSessionDetailsResult. setGameSessionDetails(Collection<GameSessionDetail> gameSessionDetails)Collection of objects containing game session properties and the protection policy currently in force for each session matching the request.DescribeGameSessionDetailsResultDescribeGameSessionDetailsResult. withGameSessionDetails(Collection<GameSessionDetail> gameSessionDetails)Collection of objects containing game session properties and the protection policy currently in force for each session matching the request.
-