Uses of Class
software.amazon.awssdk.services.groundstation.model.TrackingConfig
-
Packages that use TrackingConfig Package Description software.amazon.awssdk.services.groundstation.model -
-
Uses of TrackingConfig in software.amazon.awssdk.services.groundstation.model
Methods in software.amazon.awssdk.services.groundstation.model that return TrackingConfig Modifier and Type Method Description TrackingConfigConfigTypeData. trackingConfig()Object that determines whether tracking should be used during a contact executed with thisConfigin the mission profile.Methods in software.amazon.awssdk.services.groundstation.model with parameters of type TrackingConfig Modifier and Type Method Description static ConfigTypeDataConfigTypeData. fromTrackingConfig(TrackingConfig trackingConfig)Create an instance of this class withConfigTypeData.trackingConfig()initialized to the given value.ConfigTypeData.BuilderConfigTypeData.Builder. trackingConfig(TrackingConfig trackingConfig)Object that determines whether tracking should be used during a contact executed with thisConfigin the mission profile.
-