Uses of Class
software.amazon.awssdk.services.gamelift.model.FlexMatchMode
-
Packages that use FlexMatchMode Package Description software.amazon.awssdk.services.gamelift.model -
-
Uses of FlexMatchMode in software.amazon.awssdk.services.gamelift.model
Methods in software.amazon.awssdk.services.gamelift.model that return FlexMatchMode Modifier and Type Method Description FlexMatchModeCreateMatchmakingConfigurationRequest. flexMatchMode()Indicates whether this matchmaking configuration is being used with Amazon GameLift hosting or as a standalone matchmaking solution.FlexMatchModeMatchmakingConfiguration. flexMatchMode()Indicates whether this matchmaking configuration is being used with Amazon GameLift hosting or as a standalone matchmaking solution.FlexMatchModeUpdateMatchmakingConfigurationRequest. flexMatchMode()Indicates whether this matchmaking configuration is being used with Amazon GameLift hosting or as a standalone matchmaking solution.static FlexMatchModeFlexMatchMode. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static FlexMatchModeFlexMatchMode. valueOf(String name)Returns the enum constant of this type with the specified name.static FlexMatchMode[]FlexMatchMode. 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 FlexMatchMode Modifier and Type Method Description static Set<FlexMatchMode>FlexMatchMode. knownValues()Methods in software.amazon.awssdk.services.gamelift.model with parameters of type FlexMatchMode Modifier and Type Method Description CreateMatchmakingConfigurationRequest.BuilderCreateMatchmakingConfigurationRequest.Builder. flexMatchMode(FlexMatchMode flexMatchMode)Indicates whether this matchmaking configuration is being used with Amazon GameLift hosting or as a standalone matchmaking solution.MatchmakingConfiguration.BuilderMatchmakingConfiguration.Builder. flexMatchMode(FlexMatchMode flexMatchMode)Indicates whether this matchmaking configuration is being used with Amazon GameLift hosting or as a standalone matchmaking solution.UpdateMatchmakingConfigurationRequest.BuilderUpdateMatchmakingConfigurationRequest.Builder. flexMatchMode(FlexMatchMode flexMatchMode)Indicates whether this matchmaking configuration is being used with Amazon GameLift hosting or as a standalone matchmaking solution.
-