Uses of Class
software.amazon.awssdk.services.groundstation.model.AntennaUplinkConfig
-
Packages that use AntennaUplinkConfig Package Description software.amazon.awssdk.services.groundstation.model -
-
Uses of AntennaUplinkConfig in software.amazon.awssdk.services.groundstation.model
Methods in software.amazon.awssdk.services.groundstation.model that return AntennaUplinkConfig Modifier and Type Method Description AntennaUplinkConfigConfigTypeData. antennaUplinkConfig()Information about how AWS Ground Station should configure an antenna for uplink during a contact.Methods in software.amazon.awssdk.services.groundstation.model with parameters of type AntennaUplinkConfig Modifier and Type Method Description ConfigTypeData.BuilderConfigTypeData.Builder. antennaUplinkConfig(AntennaUplinkConfig antennaUplinkConfig)Information about how AWS Ground Station should configure an antenna for uplink during a contact.static ConfigTypeDataConfigTypeData. fromAntennaUplinkConfig(AntennaUplinkConfig antennaUplinkConfig)Create an instance of this class withConfigTypeData.antennaUplinkConfig()initialized to the given value.
-