Uses of Class
software.amazon.awssdk.services.gamelift.model.PlacementFallbackStrategy
-
Packages that use PlacementFallbackStrategy Package Description software.amazon.awssdk.services.gamelift.model -
-
Uses of PlacementFallbackStrategy in software.amazon.awssdk.services.gamelift.model
Methods in software.amazon.awssdk.services.gamelift.model that return PlacementFallbackStrategy Modifier and Type Method Description static PlacementFallbackStrategyPlacementFallbackStrategy. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.PlacementFallbackStrategyPriorityConfigurationOverride. placementFallbackStrategy()Instructions for how to use the override list if the first round of placement attempts fails.static PlacementFallbackStrategyPlacementFallbackStrategy. valueOf(String name)Returns the enum constant of this type with the specified name.static PlacementFallbackStrategy[]PlacementFallbackStrategy. 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 PlacementFallbackStrategy Modifier and Type Method Description static Set<PlacementFallbackStrategy>PlacementFallbackStrategy. knownValues()Methods in software.amazon.awssdk.services.gamelift.model with parameters of type PlacementFallbackStrategy Modifier and Type Method Description PriorityConfigurationOverride.BuilderPriorityConfigurationOverride.Builder. placementFallbackStrategy(PlacementFallbackStrategy placementFallbackStrategy)Instructions for how to use the override list if the first round of placement attempts fails.
-