| Package | Description |
|---|---|
| com.amazonaws.services.iotevents.model |
| Modifier and Type | Method and Description |
|---|---|
Action |
Action.clone() |
Action |
Action.withClearTimer(ClearTimerAction clearTimer)
Information needed to clear the timer.
|
Action |
Action.withIotTopicPublish(IotTopicPublishAction iotTopicPublish)
Publishes an MQTT message with the given topic to the AWS IoT Message Broker.
|
Action |
Action.withResetTimer(ResetTimerAction resetTimer)
Information needed to reset the timer.
|
Action |
Action.withSetTimer(SetTimerAction setTimer)
Information needed to set the timer.
|
Action |
Action.withSetVariable(SetVariableAction setVariable)
Sets a variable to a specified value.
|
Action |
Action.withSns(SNSTopicPublishAction sns)
Sends an Amazon SNS message.
|
| Modifier and Type | Method and Description |
|---|---|
List<Action> |
TransitionEvent.getActions()
The actions to be performed.
|
List<Action> |
Event.getActions()
The actions to be performed.
|
| Modifier and Type | Method and Description |
|---|---|
TransitionEvent |
TransitionEvent.withActions(Action... actions)
The actions to be performed.
|
Event |
Event.withActions(Action... actions)
The actions to be performed.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TransitionEvent.setActions(Collection<Action> actions)
The actions to be performed.
|
void |
Event.setActions(Collection<Action> actions)
The actions to be performed.
|
TransitionEvent |
TransitionEvent.withActions(Collection<Action> actions)
The actions to be performed.
|
Event |
Event.withActions(Collection<Action> actions)
The actions to be performed.
|
Copyright © 2019. All rights reserved.