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