| Package | Description |
|---|---|
| com.amazonaws.services.gamelift.model |
| Modifier and Type | Method and Description |
|---|---|
static BackfillMode |
BackfillMode.fromValue(String value)
Use this in place of valueOf.
|
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 |
|---|---|
CreateMatchmakingConfigurationRequest |
CreateMatchmakingConfigurationRequest.withBackfillMode(BackfillMode backfillMode)
The method used to backfill game sessions that are created with this matchmaking configuration.
|
UpdateMatchmakingConfigurationRequest |
UpdateMatchmakingConfigurationRequest.withBackfillMode(BackfillMode backfillMode)
The method that is used to backfill game sessions created with this matchmaking configuration.
|
MatchmakingConfiguration |
MatchmakingConfiguration.withBackfillMode(BackfillMode backfillMode)
The method used to backfill game sessions created with this matchmaking configuration.
|
Copyright © 2020. All rights reserved.