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 GameSessionDetail
GameSessionDetail. clone()
GameSessionDetail
GameSessionDetail. withGameSession(GameSession gameSession)
GameSessionDetail
GameSessionDetail. withProtectionPolicy(ProtectionPolicy protectionPolicy)
Current status of protection for the game session.GameSessionDetail
GameSessionDetail. 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 DescribeGameSessionDetailsResult
DescribeGameSessionDetailsResult. 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 void
DescribeGameSessionDetailsResult. setGameSessionDetails(Collection<GameSessionDetail> gameSessionDetails)
Collection of objects containing game session properties and the protection policy currently in force for each session matching the request.DescribeGameSessionDetailsResult
DescribeGameSessionDetailsResult. withGameSessionDetails(Collection<GameSessionDetail> gameSessionDetails)
Collection of objects containing game session properties and the protection policy currently in force for each session matching the request.
-