| Package | Description |
|---|---|
| software.amazon.awssdk.services.gamelift.model |
| Modifier and Type | Method and Description |
|---|---|
FlexMatchMode |
CreateMatchmakingConfigurationRequest.flexMatchMode()
Indicates whether this matchmaking configuration is being used with GameLift hosting or as a standalone
matchmaking solution.
|
FlexMatchMode |
UpdateMatchmakingConfigurationRequest.flexMatchMode()
Indicates whether this matchmaking configuration is being used with GameLift hosting or as a standalone
matchmaking solution.
|
FlexMatchMode |
MatchmakingConfiguration.flexMatchMode()
Indicates whether this matchmaking configuration is being used with GameLift hosting or as a standalone
matchmaking solution.
|
static FlexMatchMode |
FlexMatchMode.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
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 |
|---|---|
static Set<FlexMatchMode> |
FlexMatchMode.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
CreateMatchmakingConfigurationRequest.Builder |
CreateMatchmakingConfigurationRequest.Builder.flexMatchMode(FlexMatchMode flexMatchMode)
Indicates whether this matchmaking configuration is being used with GameLift hosting or as a standalone
matchmaking solution.
|
UpdateMatchmakingConfigurationRequest.Builder |
UpdateMatchmakingConfigurationRequest.Builder.flexMatchMode(FlexMatchMode flexMatchMode)
Indicates whether this matchmaking configuration is being used with GameLift hosting or as a standalone
matchmaking solution.
|
MatchmakingConfiguration.Builder |
MatchmakingConfiguration.Builder.flexMatchMode(FlexMatchMode flexMatchMode)
Indicates whether this matchmaking configuration is being used with GameLift hosting or as a standalone
matchmaking solution.
|
Copyright © 2023. All rights reserved.