| Package | Description |
|---|---|
| com.amazonaws.services.location.model |
| Modifier and Type | Method and Description |
|---|---|
RouteMatrixEntryError |
RouteMatrixEntryError.clone() |
RouteMatrixEntryError |
RouteMatrixEntry.getError()
An error corresponding to the calculation of a route between the
DeparturePosition and
DestinationPosition. |
RouteMatrixEntryError |
RouteMatrixEntryError.withCode(RouteMatrixErrorCode code)
The type of error which occurred for the route calculation.
|
RouteMatrixEntryError |
RouteMatrixEntryError.withCode(String code)
The type of error which occurred for the route calculation.
|
RouteMatrixEntryError |
RouteMatrixEntryError.withMessage(String message)
A message about the error that occurred for the route calculation.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RouteMatrixEntry.setError(RouteMatrixEntryError error)
An error corresponding to the calculation of a route between the
DeparturePosition and
DestinationPosition. |
RouteMatrixEntry |
RouteMatrixEntry.withError(RouteMatrixEntryError error)
An error corresponding to the calculation of a route between the
DeparturePosition and
DestinationPosition. |
Copyright © 2023. All rights reserved.