Uses of Class
software.amazon.awssdk.services.groundstation.model.AngleUnits
-
Packages that use AngleUnits Package Description software.amazon.awssdk.services.groundstation.model -
-
Uses of AngleUnits in software.amazon.awssdk.services.groundstation.model
Methods in software.amazon.awssdk.services.groundstation.model that return AngleUnits Modifier and Type Method Description static AngleUnitsAngleUnits. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.AngleUnitsElevation. unit()Elevation angle units.static AngleUnitsAngleUnits. valueOf(String name)Returns the enum constant of this type with the specified name.static AngleUnits[]AngleUnits. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.groundstation.model that return types with arguments of type AngleUnits Modifier and Type Method Description static Set<AngleUnits>AngleUnits. knownValues()Methods in software.amazon.awssdk.services.groundstation.model with parameters of type AngleUnits Modifier and Type Method Description Elevation.BuilderElevation.Builder. unit(AngleUnits unit)Elevation angle units.
-