Uses of Class
software.amazon.awssdk.services.ioteventsdata.model.TimerDefinition
-
Packages that use TimerDefinition Package Description software.amazon.awssdk.services.ioteventsdata.model -
-
Uses of TimerDefinition in software.amazon.awssdk.services.ioteventsdata.model
Methods in software.amazon.awssdk.services.ioteventsdata.model that return types with arguments of type TimerDefinition Modifier and Type Method Description List<TimerDefinition>DetectorStateDefinition. timers()The new values of the detector's timers.Methods in software.amazon.awssdk.services.ioteventsdata.model with parameters of type TimerDefinition Modifier and Type Method Description DetectorStateDefinition.BuilderDetectorStateDefinition.Builder. timers(TimerDefinition... timers)The new values of the detector's timers.Method parameters in software.amazon.awssdk.services.ioteventsdata.model with type arguments of type TimerDefinition Modifier and Type Method Description DetectorStateDefinition.BuilderDetectorStateDefinition.Builder. timers(Collection<TimerDefinition> timers)The new values of the detector's timers.
-