Uses of Class
software.amazon.awssdk.services.georoutes.model.WeightPerAxleGroup
-
Packages that use WeightPerAxleGroup Package Description software.amazon.awssdk.services.georoutes.model -
-
Uses of WeightPerAxleGroup in software.amazon.awssdk.services.georoutes.model
Methods in software.amazon.awssdk.services.georoutes.model that return WeightPerAxleGroup Modifier and Type Method Description WeightPerAxleGroupRouteViolatedConstraints. maxWeightPerAxleGroup()The maximum weight per axle group of the vehicle.WeightPerAxleGroupIsolineTruckOptions. weightPerAxleGroup()Specifies the total weight for the specified axle group.WeightPerAxleGroupRouteMatrixTruckOptions. weightPerAxleGroup()Specifies the total weight for the specified axle group.WeightPerAxleGroupRouteTruckOptions. weightPerAxleGroup()Specifies the total weight for the specified axle group.Methods in software.amazon.awssdk.services.georoutes.model with parameters of type WeightPerAxleGroup Modifier and Type Method Description RouteViolatedConstraints.BuilderRouteViolatedConstraints.Builder. maxWeightPerAxleGroup(WeightPerAxleGroup maxWeightPerAxleGroup)The maximum weight per axle group of the vehicle.IsolineTruckOptions.BuilderIsolineTruckOptions.Builder. weightPerAxleGroup(WeightPerAxleGroup weightPerAxleGroup)Specifies the total weight for the specified axle group.RouteMatrixTruckOptions.BuilderRouteMatrixTruckOptions.Builder. weightPerAxleGroup(WeightPerAxleGroup weightPerAxleGroup)Specifies the total weight for the specified axle group.RouteTruckOptions.BuilderRouteTruckOptions.Builder. weightPerAxleGroup(WeightPerAxleGroup weightPerAxleGroup)Specifies the total weight for the specified axle group.
-