Uses of Interface
software.amazon.awssdk.services.location.model.RouteMatrixEntryError.Builder
-
Packages that use RouteMatrixEntryError.Builder Package Description software.amazon.awssdk.services.location.model -
-
Uses of RouteMatrixEntryError.Builder in software.amazon.awssdk.services.location.model
Methods in software.amazon.awssdk.services.location.model that return RouteMatrixEntryError.Builder Modifier and Type Method Description static RouteMatrixEntryError.BuilderRouteMatrixEntryError. builder()RouteMatrixEntryError.BuilderRouteMatrixEntryError.Builder. code(String code)The type of error which occurred for the route calculation.RouteMatrixEntryError.BuilderRouteMatrixEntryError.Builder. code(RouteMatrixErrorCode code)The type of error which occurred for the route calculation.RouteMatrixEntryError.BuilderRouteMatrixEntryError.Builder. message(String message)A message about the error that occurred for the route calculation.RouteMatrixEntryError.BuilderRouteMatrixEntryError. toBuilder()Methods in software.amazon.awssdk.services.location.model that return types with arguments of type RouteMatrixEntryError.Builder Modifier and Type Method Description static Class<? extends RouteMatrixEntryError.Builder>RouteMatrixEntryError. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.location.model with type arguments of type RouteMatrixEntryError.Builder Modifier and Type Method Description default RouteMatrixEntry.BuilderRouteMatrixEntry.Builder. error(Consumer<RouteMatrixEntryError.Builder> error)An error corresponding to the calculation of a route between theDeparturePositionandDestinationPosition.
-