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