Uses of Class
software.amazon.awssdk.services.location.model.DimensionUnit
-
Packages that use DimensionUnit Package Description software.amazon.awssdk.services.location.model -
-
Uses of DimensionUnit in software.amazon.awssdk.services.location.model
Methods in software.amazon.awssdk.services.location.model that return DimensionUnit Modifier and Type Method Description static DimensionUnitDimensionUnit. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.DimensionUnitTruckDimensions. unit()Specifies the unit of measurement for the truck dimensions.static DimensionUnitDimensionUnit. valueOf(String name)Returns the enum constant of this type with the specified name.static DimensionUnit[]DimensionUnit. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.location.model that return types with arguments of type DimensionUnit Modifier and Type Method Description static Set<DimensionUnit>DimensionUnit. knownValues()Methods in software.amazon.awssdk.services.location.model with parameters of type DimensionUnit Modifier and Type Method Description TruckDimensions.BuilderTruckDimensions.Builder. unit(DimensionUnit unit)Specifies the unit of measurement for the truck dimensions.
-