| Package | Description |
|---|---|
| com.amazonaws.services.iot.model |
| Modifier and Type | Method and Description |
|---|---|
IotEventsAction |
IotEventsAction.clone() |
IotEventsAction |
Action.getIotEvents()
Sends an input to an IoT Events detector.
|
IotEventsAction |
IotEventsAction.withBatchMode(Boolean batchMode)
Whether to process the event actions as a batch.
|
IotEventsAction |
IotEventsAction.withInputName(String inputName)
The name of the IoT Events input.
|
IotEventsAction |
IotEventsAction.withMessageId(String messageId)
The ID of the message.
|
IotEventsAction |
IotEventsAction.withRoleArn(String roleArn)
The ARN of the role that grants IoT permission to send an input to an IoT Events detector.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Action.setIotEvents(IotEventsAction iotEvents)
Sends an input to an IoT Events detector.
|
Action |
Action.withIotEvents(IotEventsAction iotEvents)
Sends an input to an IoT Events detector.
|
Copyright © 2022. All rights reserved.