Uses of Class
com.amazonaws.services.gamelift.model.GameSessionDetail
Packages that use GameSessionDetail
-
Uses of GameSessionDetail in com.amazonaws.services.gamelift.model
Methods in com.amazonaws.services.gamelift.model that return GameSessionDetailModifier and TypeMethodDescriptionGameSessionDetail.clone()
GameSessionDetail.withGameSession
(GameSession gameSession) GameSessionDetail.withProtectionPolicy
(ProtectionPolicy protectionPolicy) Current status of protection for the game session.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 GameSessionDetailModifier and TypeMethodDescriptionDescribeGameSessionDetailsResult.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 GameSessionDetailModifier and TypeMethodDescriptionDescribeGameSessionDetailsResult.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 GameSessionDetailModifier and TypeMethodDescriptionvoid
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.withGameSessionDetails
(Collection<GameSessionDetail> gameSessionDetails) Collection of objects containing game session properties and the protection policy currently in force for each session matching the request.