Uses of Class
software.amazon.awssdk.services.georoutes.model.CalculateRoutesRequest
-
Packages that use CalculateRoutesRequest Package Description software.amazon.awssdk.services.georoutes With the Amazon Location Routes API you can calculate routes and estimate travel time based on up-to-date road network and live traffic information.software.amazon.awssdk.services.georoutes.transform -
-
Uses of CalculateRoutesRequest in software.amazon.awssdk.services.georoutes
Methods in software.amazon.awssdk.services.georoutes with parameters of type CalculateRoutesRequest Modifier and Type Method Description default CompletableFuture<CalculateRoutesResponse>GeoRoutesAsyncClient. calculateRoutes(CalculateRoutesRequest calculateRoutesRequest)Calculates a route given the following required parameters:OriginandDestination.default CalculateRoutesResponseGeoRoutesClient. calculateRoutes(CalculateRoutesRequest calculateRoutesRequest)Calculates a route given the following required parameters:OriginandDestination. -
Uses of CalculateRoutesRequest in software.amazon.awssdk.services.georoutes.transform
Methods in software.amazon.awssdk.services.georoutes.transform with parameters of type CalculateRoutesRequest Modifier and Type Method Description SdkHttpFullRequestCalculateRoutesRequestMarshaller. marshall(CalculateRoutesRequest calculateRoutesRequest)
-