Uses of Class
software.amazon.awssdk.services.georoutes.model.SideOfStreetMatchingStrategy
-
Packages that use SideOfStreetMatchingStrategy Package Description software.amazon.awssdk.services.georoutes.model -
-
Uses of SideOfStreetMatchingStrategy in software.amazon.awssdk.services.georoutes.model
Methods in software.amazon.awssdk.services.georoutes.model that return SideOfStreetMatchingStrategy Modifier and Type Method Description static SideOfStreetMatchingStrategySideOfStreetMatchingStrategy. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.SideOfStreetMatchingStrategyIsolineSideOfStreetOptions. useWith()Strategy that defines when the side of street position should be used.SideOfStreetMatchingStrategyRouteMatrixSideOfStreetOptions. useWith()Strategy that defines when the side of street position should be used.SideOfStreetMatchingStrategyRouteSideOfStreetOptions. useWith()Strategy that defines when the side of street position should be used.SideOfStreetMatchingStrategyWaypointOptimizationSideOfStreetOptions. useWith()Strategy that defines when the side of street position should be used.static SideOfStreetMatchingStrategySideOfStreetMatchingStrategy. valueOf(String name)Returns the enum constant of this type with the specified name.static SideOfStreetMatchingStrategy[]SideOfStreetMatchingStrategy. 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 SideOfStreetMatchingStrategy Modifier and Type Method Description static Set<SideOfStreetMatchingStrategy>SideOfStreetMatchingStrategy. knownValues()Methods in software.amazon.awssdk.services.georoutes.model with parameters of type SideOfStreetMatchingStrategy Modifier and Type Method Description IsolineSideOfStreetOptions.BuilderIsolineSideOfStreetOptions.Builder. useWith(SideOfStreetMatchingStrategy useWith)Strategy that defines when the side of street position should be used.RouteMatrixSideOfStreetOptions.BuilderRouteMatrixSideOfStreetOptions.Builder. useWith(SideOfStreetMatchingStrategy useWith)Strategy that defines when the side of street position should be used.RouteSideOfStreetOptions.BuilderRouteSideOfStreetOptions.Builder. useWith(SideOfStreetMatchingStrategy useWith)Strategy that defines when the side of street position should be used.WaypointOptimizationSideOfStreetOptions.BuilderWaypointOptimizationSideOfStreetOptions.Builder. useWith(SideOfStreetMatchingStrategy useWith)Strategy that defines when the side of street position should be used.
-