Uses of Class
software.amazon.awssdk.services.georoutes.model.RouteLeg
-
Packages that use RouteLeg Package Description software.amazon.awssdk.services.georoutes.model -
-
Uses of RouteLeg in software.amazon.awssdk.services.georoutes.model
Methods in software.amazon.awssdk.services.georoutes.model that return types with arguments of type RouteLeg Modifier and Type Method Description List<RouteLeg>Route. legs()A leg is a section of a route from one waypoint to the next.Methods in software.amazon.awssdk.services.georoutes.model with parameters of type RouteLeg Modifier and Type Method Description Route.BuilderRoute.Builder. legs(RouteLeg... legs)A leg is a section of a route from one waypoint to the next.Method parameters in software.amazon.awssdk.services.georoutes.model with type arguments of type RouteLeg Modifier and Type Method Description Route.BuilderRoute.Builder. legs(Collection<RouteLeg> legs)A leg is a section of a route from one waypoint to the next.
-