Uses of Class
software.amazon.awssdk.services.georoutes.model.RouteMajorRoadLabel
-
Packages that use RouteMajorRoadLabel Package Description software.amazon.awssdk.services.georoutes.model -
-
Uses of RouteMajorRoadLabel in software.amazon.awssdk.services.georoutes.model
Methods in software.amazon.awssdk.services.georoutes.model that return types with arguments of type RouteMajorRoadLabel Modifier and Type Method Description List<RouteMajorRoadLabel>Route. majorRoadLabels()Important labels including names and route numbers that differentiate the current route from the alternatives presented.Methods in software.amazon.awssdk.services.georoutes.model with parameters of type RouteMajorRoadLabel Modifier and Type Method Description Route.BuilderRoute.Builder. majorRoadLabels(RouteMajorRoadLabel... majorRoadLabels)Important labels including names and route numbers that differentiate the current route from the alternatives presented.Method parameters in software.amazon.awssdk.services.georoutes.model with type arguments of type RouteMajorRoadLabel Modifier and Type Method Description Route.BuilderRoute.Builder. majorRoadLabels(Collection<RouteMajorRoadLabel> majorRoadLabels)Important labels including names and route numbers that differentiate the current route from the alternatives presented.
-