Uses of Class
software.amazon.awssdk.services.georoutes.model.Route
-
Packages that use Route Package Description software.amazon.awssdk.services.georoutes.model -
-
Uses of Route in software.amazon.awssdk.services.georoutes.model
Methods in software.amazon.awssdk.services.georoutes.model that return types with arguments of type Route Modifier and Type Method Description List<Route>CalculateRoutesResponse. routes()The path from the origin to the destination.Methods in software.amazon.awssdk.services.georoutes.model with parameters of type Route Modifier and Type Method Description CalculateRoutesResponse.BuilderCalculateRoutesResponse.Builder. routes(Route... routes)The path from the origin to the destination.Method parameters in software.amazon.awssdk.services.georoutes.model with type arguments of type Route Modifier and Type Method Description CalculateRoutesResponse.BuilderCalculateRoutesResponse.Builder. routes(Collection<Route> routes)The path from the origin to the destination.
-