Uses of Class
software.amazon.awssdk.services.georoutes.model.MeasurementSystem
-
Packages that use MeasurementSystem Package Description software.amazon.awssdk.services.georoutes.model -
-
Uses of MeasurementSystem in software.amazon.awssdk.services.georoutes.model
Methods in software.amazon.awssdk.services.georoutes.model that return MeasurementSystem Modifier and Type Method Description static MeasurementSystemMeasurementSystem. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.MeasurementSystemCalculateRoutesRequest. instructionsMeasurementSystem()Measurement system to be used for instructions within steps in the response.static MeasurementSystemMeasurementSystem. valueOf(String name)Returns the enum constant of this type with the specified name.static MeasurementSystem[]MeasurementSystem. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.georoutes.model that return types with arguments of type MeasurementSystem Modifier and Type Method Description static Set<MeasurementSystem>MeasurementSystem. knownValues()Methods in software.amazon.awssdk.services.georoutes.model with parameters of type MeasurementSystem Modifier and Type Method Description CalculateRoutesRequest.BuilderCalculateRoutesRequest.Builder. instructionsMeasurementSystem(MeasurementSystem instructionsMeasurementSystem)Measurement system to be used for instructions within steps in the response.
-