Uses of Class
software.amazon.awssdk.services.georoutes.model.RouteVehicleIncident
-
Packages that use RouteVehicleIncident Package Description software.amazon.awssdk.services.georoutes.model -
-
Uses of RouteVehicleIncident in software.amazon.awssdk.services.georoutes.model
Methods in software.amazon.awssdk.services.georoutes.model that return types with arguments of type RouteVehicleIncident Modifier and Type Method Description List<RouteVehicleIncident>RouteVehicleLegDetails. incidents()Incidents corresponding to this leg of the route.Methods in software.amazon.awssdk.services.georoutes.model with parameters of type RouteVehicleIncident Modifier and Type Method Description RouteVehicleLegDetails.BuilderRouteVehicleLegDetails.Builder. incidents(RouteVehicleIncident... incidents)Incidents corresponding to this leg of the route.Method parameters in software.amazon.awssdk.services.georoutes.model with type arguments of type RouteVehicleIncident Modifier and Type Method Description RouteVehicleLegDetails.BuilderRouteVehicleLegDetails.Builder. incidents(Collection<RouteVehicleIncident> incidents)Incidents corresponding to this leg of the route.
-