Uses of Class
software.amazon.awssdk.services.georoutes.model.RouteVehicleNotice
-
Packages that use RouteVehicleNotice Package Description software.amazon.awssdk.services.georoutes.model -
-
Uses of RouteVehicleNotice in software.amazon.awssdk.services.georoutes.model
Methods in software.amazon.awssdk.services.georoutes.model that return types with arguments of type RouteVehicleNotice Modifier and Type Method Description List<RouteVehicleNotice>RouteVehicleLegDetails. notices()Notices are additional information returned that indicate issues that occurred during route calculation.Methods in software.amazon.awssdk.services.georoutes.model with parameters of type RouteVehicleNotice Modifier and Type Method Description RouteVehicleLegDetails.BuilderRouteVehicleLegDetails.Builder. notices(RouteVehicleNotice... notices)Notices are additional information returned that indicate issues that occurred during route calculation.Method parameters in software.amazon.awssdk.services.georoutes.model with type arguments of type RouteVehicleNotice Modifier and Type Method Description RouteVehicleLegDetails.BuilderRouteVehicleLegDetails.Builder. notices(Collection<RouteVehicleNotice> notices)Notices are additional information returned that indicate issues that occurred during route calculation.
-