Uses of Class
com.amazonaws.services.gamelift.model.RoutingStrategyType
-
Packages that use RoutingStrategyType Package Description com.amazonaws.services.gamelift.model -
-
Uses of RoutingStrategyType in com.amazonaws.services.gamelift.model
Methods in com.amazonaws.services.gamelift.model that return RoutingStrategyType Modifier and Type Method Description static RoutingStrategyType
RoutingStrategyType. fromValue(String value)
Use this in place of valueOf.static RoutingStrategyType
RoutingStrategyType. valueOf(String name)
Returns the enum constant of this type with the specified name.static RoutingStrategyType[]
RoutingStrategyType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.amazonaws.services.gamelift.model with parameters of type RoutingStrategyType Modifier and Type Method Description void
ListAliasesRequest. setRoutingStrategyType(RoutingStrategyType routingStrategyType)
Type of routing to filter results on.void
RoutingStrategy. setType(RoutingStrategyType type)
Type of routing strategy.ListAliasesRequest
ListAliasesRequest. withRoutingStrategyType(RoutingStrategyType routingStrategyType)
Type of routing to filter results on.RoutingStrategy
RoutingStrategy. withType(RoutingStrategyType type)
Type of routing strategy.
-