| Package | Description |
|---|---|
| software.amazon.awssdk.services.location.model |
| Modifier and Type | Method and Description |
|---|---|
DistanceUnit |
CalculateRouteMatrixSummary.distanceUnit()
The unit of measurement for route distances.
|
DistanceUnit |
CalculateRouteRequest.distanceUnit()
Set the unit system to specify the distance.
|
DistanceUnit |
CalculateRouteSummary.distanceUnit()
The unit of measurement for route distances.
|
DistanceUnit |
CalculateRouteMatrixRequest.distanceUnit()
Set the unit system to specify the distance.
|
static DistanceUnit |
DistanceUnit.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static DistanceUnit |
DistanceUnit.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DistanceUnit[] |
DistanceUnit.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<DistanceUnit> |
DistanceUnit.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
CalculateRouteMatrixSummary.Builder |
CalculateRouteMatrixSummary.Builder.distanceUnit(DistanceUnit distanceUnit)
The unit of measurement for route distances.
|
CalculateRouteRequest.Builder |
CalculateRouteRequest.Builder.distanceUnit(DistanceUnit distanceUnit)
Set the unit system to specify the distance.
|
CalculateRouteSummary.Builder |
CalculateRouteSummary.Builder.distanceUnit(DistanceUnit distanceUnit)
The unit of measurement for route distances.
|
CalculateRouteMatrixRequest.Builder |
CalculateRouteMatrixRequest.Builder.distanceUnit(DistanceUnit distanceUnit)
Set the unit system to specify the distance.
|
Copyright © 2023. All rights reserved.