Uses of Class
software.amazon.awssdk.services.iotfleetwise.model.SignalFetchConfig
-
Packages that use SignalFetchConfig Package Description software.amazon.awssdk.services.iotfleetwise.model -
-
Uses of SignalFetchConfig in software.amazon.awssdk.services.iotfleetwise.model
Methods in software.amazon.awssdk.services.iotfleetwise.model that return SignalFetchConfig Modifier and Type Method Description static SignalFetchConfigSignalFetchConfig. fromConditionBased(Consumer<ConditionBasedSignalFetchConfig.Builder> conditionBased)Create an instance of this class withconditionBased()initialized to the given value.static SignalFetchConfigSignalFetchConfig. fromConditionBased(ConditionBasedSignalFetchConfig conditionBased)Create an instance of this class withconditionBased()initialized to the given value.static SignalFetchConfigSignalFetchConfig. fromTimeBased(Consumer<TimeBasedSignalFetchConfig.Builder> timeBased)Create an instance of this class withtimeBased()initialized to the given value.static SignalFetchConfigSignalFetchConfig. fromTimeBased(TimeBasedSignalFetchConfig timeBased)Create an instance of this class withtimeBased()initialized to the given value.SignalFetchConfigSignalFetchInformation. signalFetchConfig()The configuration of the signal fetch operation.Methods in software.amazon.awssdk.services.iotfleetwise.model with parameters of type SignalFetchConfig Modifier and Type Method Description SignalFetchInformation.BuilderSignalFetchInformation.Builder. signalFetchConfig(SignalFetchConfig signalFetchConfig)The configuration of the signal fetch operation.
-