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 PlayerSessionCreationPolicyPlayerSessionCreationPolicy. fromValue(String value)Use this in place of valueOf.static PlayerSessionCreationPolicyPlayerSessionCreationPolicy. 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 voidGameSession. 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.GameSessionGameSession. withPlayerSessionCreationPolicy(PlayerSessionCreationPolicy playerSessionCreationPolicy)Indicates whether or not the game session is accepting new players.UpdateGameSessionRequestUpdateGameSessionRequest. withPlayerSessionCreationPolicy(PlayerSessionCreationPolicy playerSessionCreationPolicy)Policy determining whether or not the game session accepts new players.
-