Uses of Class
com.amazonaws.services.gamelift.model.PlayerSessionCreationPolicy
-
Packages that use PlayerSessionCreationPolicy Package Description com.amazonaws.services.gamelift.model -
-
Uses of PlayerSessionCreationPolicy in com.amazonaws.services.gamelift.model
Methods in com.amazonaws.services.gamelift.model that return PlayerSessionCreationPolicy Modifier and Type Method Description static PlayerSessionCreationPolicy
PlayerSessionCreationPolicy. fromValue(String value)
Use this in place of valueOf.static PlayerSessionCreationPolicy
PlayerSessionCreationPolicy. valueOf(String name)
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 PlayerSessionCreationPolicy Modifier and Type Method Description void
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
GameSession. withPlayerSessionCreationPolicy(PlayerSessionCreationPolicy playerSessionCreationPolicy)
Indicates whether or not the game session is accepting new players.UpdateGameSessionRequest
UpdateGameSessionRequest. withPlayerSessionCreationPolicy(PlayerSessionCreationPolicy playerSessionCreationPolicy)
Policy determining whether or not the game session accepts new players.
-