| Package | Description |
|---|---|
| com.amazonaws.services.iotevents.model |
| Modifier and Type | Method and Description |
|---|---|
IotEventsAction |
IotEventsAction.clone() |
IotEventsAction |
Action.getIotEvents()
Sends AWS IoT Events input, which passes information about the detector model instance and the event that
triggered the action.
|
IotEventsAction |
AlarmAction.getIotEvents() |
IotEventsAction |
IotEventsAction.withInputName(String inputName)
The name of the AWS IoT Events input where the data is sent.
|
IotEventsAction |
IotEventsAction.withPayload(Payload payload)
You can configure the action payload when you send a message to an AWS IoT Events input.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Action.setIotEvents(IotEventsAction iotEvents)
Sends AWS IoT Events input, which passes information about the detector model instance and the event that
triggered the action.
|
void |
AlarmAction.setIotEvents(IotEventsAction iotEvents) |
Action |
Action.withIotEvents(IotEventsAction iotEvents)
Sends AWS IoT Events input, which passes information about the detector model instance and the event that
triggered the action.
|
AlarmAction |
AlarmAction.withIotEvents(IotEventsAction iotEvents) |
Copyright © 2022. All rights reserved.