| Package | Description |
|---|---|
| com.amazonaws.services.gamelift.model |
| Modifier and Type | Method and Description |
|---|---|
static FlexMatchMode |
FlexMatchMode.fromValue(String value)
Use this in place of valueOf.
|
static FlexMatchMode |
FlexMatchMode.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.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateMatchmakingConfigurationRequest |
UpdateMatchmakingConfigurationRequest.withFlexMatchMode(FlexMatchMode flexMatchMode)
Indicates whether this matchmaking configuration is being used with GameLift hosting or as a standalone
matchmaking solution.
|
CreateMatchmakingConfigurationRequest |
CreateMatchmakingConfigurationRequest.withFlexMatchMode(FlexMatchMode flexMatchMode)
Indicates whether this matchmaking configuration is being used with GameLift hosting or as a standalone
matchmaking solution.
|
MatchmakingConfiguration |
MatchmakingConfiguration.withFlexMatchMode(FlexMatchMode flexMatchMode)
Indicates whether this matchmaking configuration is being used with GameLift hosting or as a standalone
matchmaking solution.
|
Copyright © 2023. All rights reserved.