Uses of Class
software.amazon.awssdk.services.iotsitewise.model.ForwardingConfig
-
Packages that use ForwardingConfig Package Description software.amazon.awssdk.services.iotsitewise.model -
-
Uses of ForwardingConfig in software.amazon.awssdk.services.iotsitewise.model
Methods in software.amazon.awssdk.services.iotsitewise.model that return ForwardingConfig Modifier and Type Method Description ForwardingConfigMeasurementProcessingConfig. forwardingConfig()The forwarding configuration for the given measurement property.ForwardingConfigTransformProcessingConfig. forwardingConfig()Returns the value of the ForwardingConfig property for this object.Methods in software.amazon.awssdk.services.iotsitewise.model with parameters of type ForwardingConfig Modifier and Type Method Description MeasurementProcessingConfig.BuilderMeasurementProcessingConfig.Builder. forwardingConfig(ForwardingConfig forwardingConfig)The forwarding configuration for the given measurement property.TransformProcessingConfig.BuilderTransformProcessingConfig.Builder. forwardingConfig(ForwardingConfig forwardingConfig)Sets the value of the ForwardingConfig property for this object.
-