Uses of Class
software.amazon.awssdk.services.location.model.RouteMatrixEntryError
-
Packages that use RouteMatrixEntryError Package Description software.amazon.awssdk.services.location.model -
-
Uses of RouteMatrixEntryError in software.amazon.awssdk.services.location.model
Methods in software.amazon.awssdk.services.location.model that return RouteMatrixEntryError Modifier and Type Method Description RouteMatrixEntryErrorRouteMatrixEntry. error()An error corresponding to the calculation of a route between theDeparturePositionandDestinationPosition.Methods in software.amazon.awssdk.services.location.model with parameters of type RouteMatrixEntryError Modifier and Type Method Description RouteMatrixEntry.BuilderRouteMatrixEntry.Builder. error(RouteMatrixEntryError error)An error corresponding to the calculation of a route between theDeparturePositionandDestinationPosition.
-