Uses of Class
software.amazon.awssdk.services.georoutes.model.CalculateRouteMatrixRequest
-
Packages that use CalculateRouteMatrixRequest 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 CalculateRouteMatrixRequest in software.amazon.awssdk.services.georoutes
Methods in software.amazon.awssdk.services.georoutes with parameters of type CalculateRouteMatrixRequest Modifier and Type Method Description default CompletableFuture<CalculateRouteMatrixResponse>GeoRoutesAsyncClient. calculateRouteMatrix(CalculateRouteMatrixRequest calculateRouteMatrixRequest)Calculates route matrix containing the results for all pairs of Origins to Destinations.default CalculateRouteMatrixResponseGeoRoutesClient. calculateRouteMatrix(CalculateRouteMatrixRequest calculateRouteMatrixRequest)Calculates route matrix containing the results for all pairs of Origins to Destinations. -
Uses of CalculateRouteMatrixRequest in software.amazon.awssdk.services.georoutes.transform
Methods in software.amazon.awssdk.services.georoutes.transform with parameters of type CalculateRouteMatrixRequest Modifier and Type Method Description SdkHttpFullRequestCalculateRouteMatrixRequestMarshaller. marshall(CalculateRouteMatrixRequest calculateRouteMatrixRequest)
-