Uses of Class
software.amazon.awssdk.services.georoutes.model.RouteSideOfStreet
-
Packages that use RouteSideOfStreet Package Description software.amazon.awssdk.services.georoutes.model -
-
Uses of RouteSideOfStreet in software.amazon.awssdk.services.georoutes.model
Methods in software.amazon.awssdk.services.georoutes.model that return RouteSideOfStreet Modifier and Type Method Description static RouteSideOfStreetRouteSideOfStreet. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.RouteSideOfStreetRoutePedestrianPlace. sideOfStreet()Options to configure matching the provided position to a side of the street.RouteSideOfStreetRouteVehiclePlace. sideOfStreet()Options to configure matching the provided position to a side of the street.static RouteSideOfStreetRouteSideOfStreet. valueOf(String name)Returns the enum constant of this type with the specified name.static RouteSideOfStreet[]RouteSideOfStreet. 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 RouteSideOfStreet Modifier and Type Method Description static Set<RouteSideOfStreet>RouteSideOfStreet. knownValues()Methods in software.amazon.awssdk.services.georoutes.model with parameters of type RouteSideOfStreet Modifier and Type Method Description RoutePedestrianPlace.BuilderRoutePedestrianPlace.Builder. sideOfStreet(RouteSideOfStreet sideOfStreet)Options to configure matching the provided position to a side of the street.RouteVehiclePlace.BuilderRouteVehiclePlace.Builder. sideOfStreet(RouteSideOfStreet sideOfStreet)Options to configure matching the provided position to a side of the street.
-