Uses of Interface
software.amazon.awssdk.services.groundstation.model.AntennaDownlinkDemodDecodeConfig.Builder
-
Packages that use AntennaDownlinkDemodDecodeConfig.Builder Package Description software.amazon.awssdk.services.groundstation.model -
-
Uses of AntennaDownlinkDemodDecodeConfig.Builder in software.amazon.awssdk.services.groundstation.model
Methods in software.amazon.awssdk.services.groundstation.model that return AntennaDownlinkDemodDecodeConfig.Builder Modifier and Type Method Description static AntennaDownlinkDemodDecodeConfig.BuilderAntennaDownlinkDemodDecodeConfig. builder()default AntennaDownlinkDemodDecodeConfig.BuilderAntennaDownlinkDemodDecodeConfig.Builder. decodeConfig(Consumer<DecodeConfig.Builder> decodeConfig)Information about the decodeConfig.AntennaDownlinkDemodDecodeConfig.BuilderAntennaDownlinkDemodDecodeConfig.Builder. decodeConfig(DecodeConfig decodeConfig)Information about the decodeConfig.default AntennaDownlinkDemodDecodeConfig.BuilderAntennaDownlinkDemodDecodeConfig.Builder. demodulationConfig(Consumer<DemodulationConfig.Builder> demodulationConfig)Information about the demodulationConfig.AntennaDownlinkDemodDecodeConfig.BuilderAntennaDownlinkDemodDecodeConfig.Builder. demodulationConfig(DemodulationConfig demodulationConfig)Information about the demodulationConfig.default AntennaDownlinkDemodDecodeConfig.BuilderAntennaDownlinkDemodDecodeConfig.Builder. spectrumConfig(Consumer<SpectrumConfig.Builder> spectrumConfig)Information about the spectralConfig.AntennaDownlinkDemodDecodeConfig.BuilderAntennaDownlinkDemodDecodeConfig.Builder. spectrumConfig(SpectrumConfig spectrumConfig)Information about the spectralConfig.AntennaDownlinkDemodDecodeConfig.BuilderAntennaDownlinkDemodDecodeConfig. toBuilder()Methods in software.amazon.awssdk.services.groundstation.model that return types with arguments of type AntennaDownlinkDemodDecodeConfig.Builder Modifier and Type Method Description static Class<? extends AntennaDownlinkDemodDecodeConfig.Builder>AntennaDownlinkDemodDecodeConfig. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.groundstation.model with type arguments of type AntennaDownlinkDemodDecodeConfig.Builder Modifier and Type Method Description default ConfigTypeData.BuilderConfigTypeData.Builder. antennaDownlinkDemodDecodeConfig(Consumer<AntennaDownlinkDemodDecodeConfig.Builder> antennaDownlinkDemodDecodeConfig)Information about how AWS Ground Station should configure an antenna for downlink demod decode during a contact.static ConfigTypeDataConfigTypeData. fromAntennaDownlinkDemodDecodeConfig(Consumer<AntennaDownlinkDemodDecodeConfig.Builder> antennaDownlinkDemodDecodeConfig)Create an instance of this class withConfigTypeData.antennaDownlinkDemodDecodeConfig()initialized to the given value.
-