Uses of Class
software.amazon.awssdk.services.groundstation.model.FrequencyUnits
-
Packages that use FrequencyUnits Package Description software.amazon.awssdk.services.groundstation.model -
-
Uses of FrequencyUnits in software.amazon.awssdk.services.groundstation.model
Methods in software.amazon.awssdk.services.groundstation.model that return FrequencyUnits Modifier and Type Method Description static FrequencyUnitsFrequencyUnits. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.FrequencyUnitsFrequency. units()Frequency units.static FrequencyUnitsFrequencyUnits. valueOf(String name)Returns the enum constant of this type with the specified name.static FrequencyUnits[]FrequencyUnits. 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 FrequencyUnits Modifier and Type Method Description static Set<FrequencyUnits>FrequencyUnits. knownValues()Methods in software.amazon.awssdk.services.groundstation.model with parameters of type FrequencyUnits Modifier and Type Method Description Frequency.BuilderFrequency.Builder. units(FrequencyUnits units)Frequency units.
-