Uses of Class
software.amazon.awssdk.services.location.model.RouteMatrixEntry
-
Packages that use RouteMatrixEntry Package Description software.amazon.awssdk.services.location.model -
-
Uses of RouteMatrixEntry in software.amazon.awssdk.services.location.model
Methods in software.amazon.awssdk.services.location.model that return types with arguments of type RouteMatrixEntry Modifier and Type Method Description List<List<RouteMatrixEntry>>CalculateRouteMatrixResponse. routeMatrix()The calculated route matrix containing the results for all pairs ofDeparturePositionstoDestinationPositions.Method parameters in software.amazon.awssdk.services.location.model with type arguments of type RouteMatrixEntry Modifier and Type Method Description CalculateRouteMatrixResponse.BuilderCalculateRouteMatrixResponse.Builder. routeMatrix(Collection<? extends Collection<RouteMatrixEntry>> routeMatrix)The calculated route matrix containing the results for all pairs ofDeparturePositionstoDestinationPositions.
-