Uses of Interface
software.amazon.awssdk.services.groundstation.model.FrequencyBandwidth.Builder
-
Packages that use FrequencyBandwidth.Builder Package Description software.amazon.awssdk.services.groundstation.model -
-
Uses of FrequencyBandwidth.Builder in software.amazon.awssdk.services.groundstation.model
Methods in software.amazon.awssdk.services.groundstation.model that return FrequencyBandwidth.Builder Modifier and Type Method Description static FrequencyBandwidth.BuilderFrequencyBandwidth. builder()FrequencyBandwidth.BuilderFrequencyBandwidth. toBuilder()FrequencyBandwidth.BuilderFrequencyBandwidth.Builder. units(String units)Frequency bandwidth units.FrequencyBandwidth.BuilderFrequencyBandwidth.Builder. units(BandwidthUnits units)Frequency bandwidth units.FrequencyBandwidth.BuilderFrequencyBandwidth.Builder. value(Double value)Frequency bandwidth value.Methods in software.amazon.awssdk.services.groundstation.model that return types with arguments of type FrequencyBandwidth.Builder Modifier and Type Method Description static Class<? extends FrequencyBandwidth.Builder>FrequencyBandwidth. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.groundstation.model with type arguments of type FrequencyBandwidth.Builder Modifier and Type Method Description default SpectrumConfig.BuilderSpectrumConfig.Builder. bandwidth(Consumer<FrequencyBandwidth.Builder> bandwidth)Bandwidth of a spectralConfig.
-