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