Uses of Class
software.amazon.awssdk.services.georoutes.model.MatchingStrategy
-
Packages that use MatchingStrategy Package Description software.amazon.awssdk.services.georoutes.model -
-
Uses of MatchingStrategy in software.amazon.awssdk.services.georoutes.model
Methods in software.amazon.awssdk.services.georoutes.model that return MatchingStrategy Modifier and Type Method Description static MatchingStrategyMatchingStrategy. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.MatchingStrategyIsolineMatchingOptions. strategy()Strategy that defines matching of the position onto the road network.MatchingStrategyRouteMatchingOptions. strategy()Strategy that defines matching of the position onto the road network.MatchingStrategyRouteMatrixMatchingOptions. strategy()Strategy that defines matching of the position onto the road network.static MatchingStrategyMatchingStrategy. valueOf(String name)Returns the enum constant of this type with the specified name.static MatchingStrategy[]MatchingStrategy. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.georoutes.model that return types with arguments of type MatchingStrategy Modifier and Type Method Description static Set<MatchingStrategy>MatchingStrategy. knownValues()Methods in software.amazon.awssdk.services.georoutes.model with parameters of type MatchingStrategy Modifier and Type Method Description IsolineMatchingOptions.BuilderIsolineMatchingOptions.Builder. strategy(MatchingStrategy strategy)Strategy that defines matching of the position onto the road network.RouteMatchingOptions.BuilderRouteMatchingOptions.Builder. strategy(MatchingStrategy strategy)Strategy that defines matching of the position onto the road network.RouteMatrixMatchingOptions.BuilderRouteMatrixMatchingOptions.Builder. strategy(MatchingStrategy strategy)Strategy that defines matching of the position onto the road network.
-