Uses of Class
software.amazon.awssdk.services.location.model.CalculateRouteMatrixRequest
-
Packages that use CalculateRouteMatrixRequest Package Description software.amazon.awssdk.services.location "Suite of geospatial services including Maps, Places, Routes, Tracking, and Geofencing"software.amazon.awssdk.services.location.transform -
-
Uses of CalculateRouteMatrixRequest in software.amazon.awssdk.services.location
Methods in software.amazon.awssdk.services.location with parameters of type CalculateRouteMatrixRequest Modifier and Type Method Description default CompletableFuture<CalculateRouteMatrixResponse>LocationAsyncClient. calculateRouteMatrix(CalculateRouteMatrixRequest calculateRouteMatrixRequest)Calculates a route matrix given the following required parameters:DeparturePositionsandDestinationPositions.default CalculateRouteMatrixResponseLocationClient. calculateRouteMatrix(CalculateRouteMatrixRequest calculateRouteMatrixRequest)Calculates a route matrix given the following required parameters:DeparturePositionsandDestinationPositions. -
Uses of CalculateRouteMatrixRequest in software.amazon.awssdk.services.location.transform
Methods in software.amazon.awssdk.services.location.transform with parameters of type CalculateRouteMatrixRequest Modifier and Type Method Description SdkHttpFullRequestCalculateRouteMatrixRequestMarshaller. marshall(CalculateRouteMatrixRequest calculateRouteMatrixRequest)
-