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 PlayerSessionCreationPolicy
Use this in place of valueOf.static PlayerSessionCreationPolicy
Returns 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 TypeMethodDescriptionvoid
GameSession.setPlayerSessionCreationPolicy
(PlayerSessionCreationPolicy playerSessionCreationPolicy) Indicates whether or not the game session is accepting new players.void
UpdateGameSessionRequest.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.