Uses of Class
software.amazon.awssdk.services.georoutes.model.RouteMatrixMatchingOptions
-
Packages that use RouteMatrixMatchingOptions Package Description software.amazon.awssdk.services.georoutes.model -
-
Uses of RouteMatrixMatchingOptions in software.amazon.awssdk.services.georoutes.model
Methods in software.amazon.awssdk.services.georoutes.model that return RouteMatrixMatchingOptions Modifier and Type Method Description RouteMatrixMatchingOptionsRouteMatrixDestinationOptions. matching()Options to configure matching the provided position to the road network.RouteMatrixMatchingOptionsRouteMatrixOriginOptions. matching()Options to configure matching the provided position to the road network.Methods in software.amazon.awssdk.services.georoutes.model with parameters of type RouteMatrixMatchingOptions Modifier and Type Method Description RouteMatrixDestinationOptions.BuilderRouteMatrixDestinationOptions.Builder. matching(RouteMatrixMatchingOptions matching)Options to configure matching the provided position to the road network.RouteMatrixOriginOptions.BuilderRouteMatrixOriginOptions.Builder. matching(RouteMatrixMatchingOptions matching)Options to configure matching the provided position to the road network.
-