Uses of Class
software.amazon.awssdk.services.privatenetworks.model.ElevationUnit
-
Packages that use ElevationUnit Package Description software.amazon.awssdk.services.privatenetworks.model -
-
Uses of ElevationUnit in software.amazon.awssdk.services.privatenetworks.model
Methods in software.amazon.awssdk.services.privatenetworks.model that return ElevationUnit Modifier and Type Method Description ElevationUnitPosition. elevationUnit()The units used to measure the elevation of the position.static ElevationUnitElevationUnit. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static ElevationUnitElevationUnit. valueOf(String name)Returns the enum constant of this type with the specified name.static ElevationUnit[]ElevationUnit. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.privatenetworks.model that return types with arguments of type ElevationUnit Modifier and Type Method Description static Set<ElevationUnit>ElevationUnit. knownValues()Methods in software.amazon.awssdk.services.privatenetworks.model with parameters of type ElevationUnit Modifier and Type Method Description Position.BuilderPosition.Builder. elevationUnit(ElevationUnit elevationUnit)The units used to measure the elevation of the position.
-