Uses of Class
software.amazon.awssdk.services.gamelift.model.RoutingStrategyType
-
Packages that use RoutingStrategyType Package Description software.amazon.awssdk.services.gamelift.model -
-
Uses of RoutingStrategyType in software.amazon.awssdk.services.gamelift.model
Methods in software.amazon.awssdk.services.gamelift.model that return RoutingStrategyType Modifier and Type Method Description static RoutingStrategyTypeRoutingStrategyType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.RoutingStrategyTypeListAliasesRequest. routingStrategyType()The routing type to filter results on.RoutingStrategyTypeRoutingStrategy. type()The type of routing strategy for the alias.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 software.amazon.awssdk.services.gamelift.model that return types with arguments of type RoutingStrategyType Modifier and Type Method Description static Set<RoutingStrategyType>RoutingStrategyType. knownValues()Methods in software.amazon.awssdk.services.gamelift.model with parameters of type RoutingStrategyType Modifier and Type Method Description ListAliasesRequest.BuilderListAliasesRequest.Builder. routingStrategyType(RoutingStrategyType routingStrategyType)The routing type to filter results on.RoutingStrategy.BuilderRoutingStrategy.Builder. type(RoutingStrategyType type)The type of routing strategy for the alias.
-