Uses of Class
software.amazon.awssdk.services.gamelift.model.PlayerSessionCreationPolicy
-
Packages that use PlayerSessionCreationPolicy Package Description software.amazon.awssdk.services.gamelift.model -
-
Uses of PlayerSessionCreationPolicy in software.amazon.awssdk.services.gamelift.model
Methods in software.amazon.awssdk.services.gamelift.model that return PlayerSessionCreationPolicy Modifier and Type Method Description static PlayerSessionCreationPolicyPlayerSessionCreationPolicy. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.PlayerSessionCreationPolicyGameSession. playerSessionCreationPolicy()Indicates whether or not the game session is accepting new players.PlayerSessionCreationPolicyUpdateGameSessionRequest. playerSessionCreationPolicy()A policy that determines whether the game session is accepting new players.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 software.amazon.awssdk.services.gamelift.model that return types with arguments of type PlayerSessionCreationPolicy Modifier and Type Method Description static Set<PlayerSessionCreationPolicy>PlayerSessionCreationPolicy. knownValues()Methods in software.amazon.awssdk.services.gamelift.model with parameters of type PlayerSessionCreationPolicy Modifier and Type Method Description GameSession.BuilderGameSession.Builder. playerSessionCreationPolicy(PlayerSessionCreationPolicy playerSessionCreationPolicy)Indicates whether or not the game session is accepting new players.UpdateGameSessionRequest.BuilderUpdateGameSessionRequest.Builder. playerSessionCreationPolicy(PlayerSessionCreationPolicy playerSessionCreationPolicy)A policy that determines whether the game session is accepting new players.
-