Uses of Class
software.amazon.awssdk.services.gamelift.model.BackfillMode
-
Packages that use BackfillMode Package Description software.amazon.awssdk.services.gamelift.model -
-
Uses of BackfillMode in software.amazon.awssdk.services.gamelift.model
Methods in software.amazon.awssdk.services.gamelift.model that return BackfillMode Modifier and Type Method Description BackfillModeCreateMatchmakingConfigurationRequest. backfillMode()The method used to backfill game sessions that are created with this matchmaking configuration.BackfillModeMatchmakingConfiguration. backfillMode()The method used to backfill game sessions created with this matchmaking configuration.BackfillModeUpdateMatchmakingConfigurationRequest. backfillMode()The method that is used to backfill game sessions created with this matchmaking configuration.static BackfillModeBackfillMode. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static BackfillModeBackfillMode. 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.Methods in software.amazon.awssdk.services.gamelift.model that return types with arguments of type BackfillMode Modifier and Type Method Description static Set<BackfillMode>BackfillMode. knownValues()Methods in software.amazon.awssdk.services.gamelift.model with parameters of type BackfillMode Modifier and Type Method Description CreateMatchmakingConfigurationRequest.BuilderCreateMatchmakingConfigurationRequest.Builder. backfillMode(BackfillMode backfillMode)The method used to backfill game sessions that are created with this matchmaking configuration.MatchmakingConfiguration.BuilderMatchmakingConfiguration.Builder. backfillMode(BackfillMode backfillMode)The method used to backfill game sessions created with this matchmaking configuration.UpdateMatchmakingConfigurationRequest.BuilderUpdateMatchmakingConfigurationRequest.Builder. backfillMode(BackfillMode backfillMode)The method that is used to backfill game sessions created with this matchmaking configuration.
-