| Package | Description |
|---|---|
| com.amazonaws.services.location.model |
| Modifier and Type | Method and Description |
|---|---|
TruckWeight |
TruckWeight.clone() |
TruckWeight |
CalculateRouteTruckModeOptions.getWeight()
Specifies the truck's weight specifications including total weight and unit of measurement.
|
TruckWeight |
TruckWeight.withTotal(Double total)
The total weight of the truck.
|
TruckWeight |
TruckWeight.withUnit(String unit)
The unit of measurement to use for the truck weight.
|
TruckWeight |
TruckWeight.withUnit(VehicleWeightUnit unit)
The unit of measurement to use for the truck weight.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CalculateRouteTruckModeOptions.setWeight(TruckWeight weight)
Specifies the truck's weight specifications including total weight and unit of measurement.
|
CalculateRouteTruckModeOptions |
CalculateRouteTruckModeOptions.withWeight(TruckWeight weight)
Specifies the truck's weight specifications including total weight and unit of measurement.
|
Copyright © 2023. All rights reserved.