| 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.withFirehose(FirehoseAction firehose)
Sends information about the detector model instance and the event which triggered the action to a Kinesis Data
Firehose stream.
|
Action |
Action.withIotEvents(IotEventsAction iotEvents)
Sends an IoT Events input, passing in information about the detector model instance and the event which triggered
the action.
|
Action |
Action.withIotTopicPublish(IotTopicPublishAction iotTopicPublish)
Publishes an MQTT message with the given topic to the AWS IoT message broker.
|
Action |
Action.withLambda(LambdaAction lambda)
Calls a Lambda function, passing in information about the detector model instance and the event which triggered
the action.
|
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.
|
Action |
Action.withSqs(SqsAction sqs)
Sends information about the detector model instance and the event which triggered the action to an AWS SQS queue.
|
| 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.