Uses of Enum
com.amazonaws.services.gamelift.model.PlayerSessionCreationPolicy
Packages that use PlayerSessionCreationPolicy
-
Uses of PlayerSessionCreationPolicy in com.amazonaws.services.gamelift.model
Methods in com.amazonaws.services.gamelift.model that return PlayerSessionCreationPolicyModifier and TypeMethodDescriptionstatic PlayerSessionCreationPolicyUse this in place of valueOf.static PlayerSessionCreationPolicyReturns the enum constant of this type with the specified name.static PlayerSessionCreationPolicy[]PlayerSessionCreationPolicy.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.amazonaws.services.gamelift.model with parameters of type PlayerSessionCreationPolicyModifier and TypeMethodDescriptionvoidGameSession.setPlayerSessionCreationPolicy(PlayerSessionCreationPolicy playerSessionCreationPolicy) Indicates whether or not the game session is accepting new players.voidUpdateGameSessionRequest.setPlayerSessionCreationPolicy(PlayerSessionCreationPolicy playerSessionCreationPolicy) Policy determining whether or not the game session accepts new players.GameSession.withPlayerSessionCreationPolicy(PlayerSessionCreationPolicy playerSessionCreationPolicy) Indicates whether or not the game session is accepting new players.UpdateGameSessionRequest.withPlayerSessionCreationPolicy(PlayerSessionCreationPolicy playerSessionCreationPolicy) Policy determining whether or not the game session accepts new players.