Uses of Class
com.amazonaws.services.gamelift.model.RoutingStrategy
Packages that use RoutingStrategy
-
Uses of RoutingStrategy in com.amazonaws.services.gamelift.model
Methods in com.amazonaws.services.gamelift.model that return RoutingStrategyModifier and TypeMethodDescriptionRoutingStrategy.clone()
Alias.getRoutingStrategy()
CreateAliasRequest.getRoutingStrategy()
Object specifying the fleet and routing type to use for the alias.UpdateAliasRequest.getRoutingStrategy()
Object specifying the fleet and routing type to use for the alias.RoutingStrategy.withFleetId
(String fleetId) Unique identifier for a fleet.RoutingStrategy.withMessage
(String message) Message text to be used with a terminal routing strategy.RoutingStrategy.withType
(RoutingStrategyType type) Type of routing strategy.Type of routing strategy.Methods in com.amazonaws.services.gamelift.model with parameters of type RoutingStrategyModifier and TypeMethodDescriptionvoid
Alias.setRoutingStrategy
(RoutingStrategy routingStrategy) void
CreateAliasRequest.setRoutingStrategy
(RoutingStrategy routingStrategy) Object specifying the fleet and routing type to use for the alias.void
UpdateAliasRequest.setRoutingStrategy
(RoutingStrategy routingStrategy) Object specifying the fleet and routing type to use for the alias.Alias.withRoutingStrategy
(RoutingStrategy routingStrategy) CreateAliasRequest.withRoutingStrategy
(RoutingStrategy routingStrategy) Object specifying the fleet and routing type to use for the alias.UpdateAliasRequest.withRoutingStrategy
(RoutingStrategy routingStrategy) Object specifying the fleet and routing type to use for the alias.