Uses of Class
software.amazon.awssdk.services.groundstation.model.ConfigTypeData
-
Packages that use ConfigTypeData Package Description software.amazon.awssdk.services.groundstation.model -
-
Uses of ConfigTypeData in software.amazon.awssdk.services.groundstation.model
Methods in software.amazon.awssdk.services.groundstation.model that return ConfigTypeData Modifier and Type Method Description ConfigTypeDataCreateConfigRequest. configData()Parameters of aConfig.ConfigTypeDataGetConfigResponse. configData()Data elements in aConfig.ConfigTypeDataUpdateConfigRequest. configData()Parameters of aConfig.static ConfigTypeDataConfigTypeData. fromAntennaDownlinkConfig(Consumer<AntennaDownlinkConfig.Builder> antennaDownlinkConfig)Create an instance of this class withantennaDownlinkConfig()initialized to the given value.static ConfigTypeDataConfigTypeData. fromAntennaDownlinkConfig(AntennaDownlinkConfig antennaDownlinkConfig)Create an instance of this class withantennaDownlinkConfig()initialized to the given value.static ConfigTypeDataConfigTypeData. fromAntennaDownlinkDemodDecodeConfig(Consumer<AntennaDownlinkDemodDecodeConfig.Builder> antennaDownlinkDemodDecodeConfig)Create an instance of this class withantennaDownlinkDemodDecodeConfig()initialized to the given value.static ConfigTypeDataConfigTypeData. fromAntennaDownlinkDemodDecodeConfig(AntennaDownlinkDemodDecodeConfig antennaDownlinkDemodDecodeConfig)Create an instance of this class withantennaDownlinkDemodDecodeConfig()initialized to the given value.static ConfigTypeDataConfigTypeData. fromAntennaUplinkConfig(Consumer<AntennaUplinkConfig.Builder> antennaUplinkConfig)Create an instance of this class withantennaUplinkConfig()initialized to the given value.static ConfigTypeDataConfigTypeData. fromAntennaUplinkConfig(AntennaUplinkConfig antennaUplinkConfig)Create an instance of this class withantennaUplinkConfig()initialized to the given value.static ConfigTypeDataConfigTypeData. fromDataflowEndpointConfig(Consumer<DataflowEndpointConfig.Builder> dataflowEndpointConfig)Create an instance of this class withdataflowEndpointConfig()initialized to the given value.static ConfigTypeDataConfigTypeData. fromDataflowEndpointConfig(DataflowEndpointConfig dataflowEndpointConfig)Create an instance of this class withdataflowEndpointConfig()initialized to the given value.static ConfigTypeDataConfigTypeData. fromS3RecordingConfig(Consumer<S3RecordingConfig.Builder> s3RecordingConfig)Create an instance of this class withs3RecordingConfig()initialized to the given value.static ConfigTypeDataConfigTypeData. fromS3RecordingConfig(S3RecordingConfig s3RecordingConfig)Create an instance of this class withs3RecordingConfig()initialized to the given value.static ConfigTypeDataConfigTypeData. fromTrackingConfig(Consumer<TrackingConfig.Builder> trackingConfig)Create an instance of this class withtrackingConfig()initialized to the given value.static ConfigTypeDataConfigTypeData. fromTrackingConfig(TrackingConfig trackingConfig)Create an instance of this class withtrackingConfig()initialized to the given value.static ConfigTypeDataConfigTypeData. fromUplinkEchoConfig(Consumer<UplinkEchoConfig.Builder> uplinkEchoConfig)Create an instance of this class withuplinkEchoConfig()initialized to the given value.static ConfigTypeDataConfigTypeData. fromUplinkEchoConfig(UplinkEchoConfig uplinkEchoConfig)Create an instance of this class withuplinkEchoConfig()initialized to the given value.Methods in software.amazon.awssdk.services.groundstation.model with parameters of type ConfigTypeData Modifier and Type Method Description CreateConfigRequest.BuilderCreateConfigRequest.Builder. configData(ConfigTypeData configData)Parameters of aConfig.GetConfigResponse.BuilderGetConfigResponse.Builder. configData(ConfigTypeData configData)Data elements in aConfig.UpdateConfigRequest.BuilderUpdateConfigRequest.Builder. configData(ConfigTypeData configData)Parameters of aConfig.
-