Uses of Class
software.amazon.awssdk.services.iotfleetwise.model.TimeBasedSignalFetchConfig
-
Packages that use TimeBasedSignalFetchConfig Package Description software.amazon.awssdk.services.iotfleetwise.model -
-
Uses of TimeBasedSignalFetchConfig in software.amazon.awssdk.services.iotfleetwise.model
Methods in software.amazon.awssdk.services.iotfleetwise.model that return TimeBasedSignalFetchConfig Modifier and Type Method Description TimeBasedSignalFetchConfigSignalFetchConfig. timeBased()The configuration of a time-based signal fetch operation.Methods in software.amazon.awssdk.services.iotfleetwise.model with parameters of type TimeBasedSignalFetchConfig Modifier and Type Method Description static SignalFetchConfigSignalFetchConfig. fromTimeBased(TimeBasedSignalFetchConfig timeBased)Create an instance of this class withSignalFetchConfig.timeBased()initialized to the given value.SignalFetchConfig.BuilderSignalFetchConfig.Builder. timeBased(TimeBasedSignalFetchConfig timeBased)The configuration of a time-based signal fetch operation.
-