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