| Package | Description |
|---|---|
| com.amazonaws.services.location.model |
| Modifier and Type | Method and Description |
|---|---|
TruckDimensions |
TruckDimensions.clone() |
TruckDimensions |
CalculateRouteTruckModeOptions.getDimensions()
Specifies the truck's dimension specifications including length, height, width, and unit of measurement.
|
TruckDimensions |
TruckDimensions.withHeight(Double height)
The height of the truck.
|
TruckDimensions |
TruckDimensions.withLength(Double length)
The length of the truck.
|
TruckDimensions |
TruckDimensions.withUnit(DimensionUnit unit)
Specifies the unit of measurement for the truck dimensions.
|
TruckDimensions |
TruckDimensions.withUnit(String unit)
Specifies the unit of measurement for the truck dimensions.
|
TruckDimensions |
TruckDimensions.withWidth(Double width)
The width of the truck.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CalculateRouteTruckModeOptions.setDimensions(TruckDimensions dimensions)
Specifies the truck's dimension specifications including length, height, width, and unit of measurement.
|
CalculateRouteTruckModeOptions |
CalculateRouteTruckModeOptions.withDimensions(TruckDimensions dimensions)
Specifies the truck's dimension specifications including length, height, width, and unit of measurement.
|
Copyright © 2022. All rights reserved.