Uses of Enum
com.amazonaws.services.gamelift.model.RoutingStrategyType
Packages that use RoutingStrategyType
-
Uses of RoutingStrategyType in com.amazonaws.services.gamelift.model
Methods in com.amazonaws.services.gamelift.model that return RoutingStrategyTypeModifier and TypeMethodDescriptionstatic RoutingStrategyTypeUse this in place of valueOf.static RoutingStrategyTypeReturns 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 RoutingStrategyTypeModifier and TypeMethodDescriptionvoidListAliasesRequest.setRoutingStrategyType(RoutingStrategyType routingStrategyType) Type of routing to filter results on.voidRoutingStrategy.setType(RoutingStrategyType type) Type of routing strategy.ListAliasesRequest.withRoutingStrategyType(RoutingStrategyType routingStrategyType) Type of routing to filter results on.RoutingStrategy.withType(RoutingStrategyType type) Type of routing strategy.