Uses of Class
software.amazon.awssdk.services.georoutes.model.RouteNoticeDetailRange
-
Packages that use RouteNoticeDetailRange Package Description software.amazon.awssdk.services.georoutes.model -
-
Uses of RouteNoticeDetailRange in software.amazon.awssdk.services.georoutes.model
Methods in software.amazon.awssdk.services.georoutes.model that return RouteNoticeDetailRange Modifier and Type Method Description RouteNoticeDetailRangeRouteViolatedConstraints. axleCount()Total number of axles of the vehicle.RouteNoticeDetailRangeRouteViolatedConstraints. occupancy()The number of occupants in the vehicle.RouteNoticeDetailRangeRouteViolatedConstraints. trailerCount()Number of trailers attached to the vehicle.Methods in software.amazon.awssdk.services.georoutes.model with parameters of type RouteNoticeDetailRange Modifier and Type Method Description RouteViolatedConstraints.BuilderRouteViolatedConstraints.Builder. axleCount(RouteNoticeDetailRange axleCount)Total number of axles of the vehicle.RouteViolatedConstraints.BuilderRouteViolatedConstraints.Builder. occupancy(RouteNoticeDetailRange occupancy)The number of occupants in the vehicle.RouteViolatedConstraints.BuilderRouteViolatedConstraints.Builder. trailerCount(RouteNoticeDetailRange trailerCount)Number of trailers attached to the vehicle.
-