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 RoutingStrategyTypeRoutingStrategyType. fromValue(String value)Use this in place of valueOf.static RoutingStrategyTypeRoutingStrategyType. 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 voidListAliasesRequest. setRoutingStrategyType(RoutingStrategyType routingStrategyType)Type of routing to filter results on.voidRoutingStrategy. setType(RoutingStrategyType type)Type of routing strategy.ListAliasesRequestListAliasesRequest. withRoutingStrategyType(RoutingStrategyType routingStrategyType)Type of routing to filter results on.RoutingStrategyRoutingStrategy. withType(RoutingStrategyType type)Type of routing strategy.
-