Uses of Interface
software.amazon.awssdk.services.georoutes.model.RouteMatrixAllowOptions.Builder
-
Packages that use RouteMatrixAllowOptions.Builder Package Description software.amazon.awssdk.services.georoutes.model -
-
Uses of RouteMatrixAllowOptions.Builder in software.amazon.awssdk.services.georoutes.model
Methods in software.amazon.awssdk.services.georoutes.model that return RouteMatrixAllowOptions.Builder Modifier and Type Method Description static RouteMatrixAllowOptions.BuilderRouteMatrixAllowOptions. builder()RouteMatrixAllowOptions.BuilderRouteMatrixAllowOptions.Builder. hot(Boolean hot)Allow Hot (High Occupancy Toll) lanes while calculating the route.RouteMatrixAllowOptions.BuilderRouteMatrixAllowOptions.Builder. hov(Boolean hov)Allow Hov (High Occupancy vehicle) lanes while calculating the route.RouteMatrixAllowOptions.BuilderRouteMatrixAllowOptions. toBuilder()Methods in software.amazon.awssdk.services.georoutes.model that return types with arguments of type RouteMatrixAllowOptions.Builder Modifier and Type Method Description static Class<? extends RouteMatrixAllowOptions.Builder>RouteMatrixAllowOptions. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.georoutes.model with type arguments of type RouteMatrixAllowOptions.Builder Modifier and Type Method Description default CalculateRouteMatrixRequest.BuilderCalculateRouteMatrixRequest.Builder. allow(Consumer<RouteMatrixAllowOptions.Builder> allow)Features that are allowed while calculating.
-