| Package | Description |
|---|---|
| com.amazonaws.services.ioteventsdata.model |
| Modifier and Type | Method and Description |
|---|---|
TimerDefinition |
TimerDefinition.clone() |
TimerDefinition |
TimerDefinition.withName(String name)
The name of the timer.
|
TimerDefinition |
TimerDefinition.withSeconds(Integer seconds)
The new setting of the timer (the number of seconds before the timer elapses).
|
| Modifier and Type | Method and Description |
|---|---|
List<TimerDefinition> |
DetectorStateDefinition.getTimers()
The new values of the detector's timers.
|
| Modifier and Type | Method and Description |
|---|---|
DetectorStateDefinition |
DetectorStateDefinition.withTimers(TimerDefinition... timers)
The new values of the detector's timers.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DetectorStateDefinition.setTimers(Collection<TimerDefinition> timers)
The new values of the detector's timers.
|
DetectorStateDefinition |
DetectorStateDefinition.withTimers(Collection<TimerDefinition> timers)
The new values of the detector's timers.
|
Copyright © 2022. All rights reserved.