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 RoutingStrategyType
Use this in place of valueOf.static RoutingStrategyType
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 RoutingStrategyTypeModifier and TypeMethodDescriptionvoid
ListAliasesRequest.setRoutingStrategyType
(RoutingStrategyType routingStrategyType) Type of routing to filter results on.void
RoutingStrategy.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.