| Package | Description |
|---|---|
| com.amazonaws.services.iotevents.model |
| Modifier and Type | Method and Description |
|---|---|
SetTimerAction |
SetTimerAction.clone() |
SetTimerAction |
Action.getSetTimer()
Information needed to set the timer.
|
SetTimerAction |
SetTimerAction.withDurationExpression(String durationExpression)
The duration of the timer, in seconds.
|
SetTimerAction |
SetTimerAction.withSeconds(Integer seconds)
Deprecated.
|
SetTimerAction |
SetTimerAction.withTimerName(String timerName)
The name of the timer.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Action.setSetTimer(SetTimerAction setTimer)
Information needed to set the timer.
|
Action |
Action.withSetTimer(SetTimerAction setTimer)
Information needed to set the timer.
|
Copyright © 2020. All rights reserved.