| Package | Description |
|---|---|
| software.amazon.awssdk.services.gamelift.model |
| Modifier and Type | Method and Description |
|---|---|
BackfillMode |
UpdateMatchmakingConfigurationRequest.backfillMode()
The method that is used to backfill game sessions created with this matchmaking configuration.
|
BackfillMode |
CreateMatchmakingConfigurationRequest.backfillMode()
The method used to backfill game sessions that are created with this matchmaking configuration.
|
BackfillMode |
MatchmakingConfiguration.backfillMode()
The method used to backfill game sessions created with this matchmaking configuration.
|
static BackfillMode |
BackfillMode.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static BackfillMode |
BackfillMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BackfillMode[] |
BackfillMode.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<BackfillMode> |
BackfillMode.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
UpdateMatchmakingConfigurationRequest.Builder |
UpdateMatchmakingConfigurationRequest.Builder.backfillMode(BackfillMode backfillMode)
The method that is used to backfill game sessions created with this matchmaking configuration.
|
CreateMatchmakingConfigurationRequest.Builder |
CreateMatchmakingConfigurationRequest.Builder.backfillMode(BackfillMode backfillMode)
The method used to backfill game sessions that are created with this matchmaking configuration.
|
MatchmakingConfiguration.Builder |
MatchmakingConfiguration.Builder.backfillMode(BackfillMode backfillMode)
The method used to backfill game sessions created with this matchmaking configuration.
|
Copyright © 2021. All rights reserved.