| Package | Description |
|---|---|
| com.amazonaws.services.ioteventsdata.model |
| Modifier and Type | Method and Description |
|---|---|
Timer |
Timer.clone() |
Timer |
Timer.withName(String name)
The name of the timer.
|
Timer |
Timer.withTimestamp(Date timestamp)
The expiration time for the timer.
|
| Modifier and Type | Method and Description |
|---|---|
List<Timer> |
DetectorState.getTimers()
The current state of the detector's timers.
|
| Modifier and Type | Method and Description |
|---|---|
DetectorState |
DetectorState.withTimers(Timer... timers)
The current state of the detector's timers.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DetectorState.setTimers(Collection<Timer> timers)
The current state of the detector's timers.
|
DetectorState |
DetectorState.withTimers(Collection<Timer> timers)
The current state of the detector's timers.
|
Copyright © 2023. All rights reserved.