Package | Description |
---|---|
com.amazonaws.services.iot.model |
Modifier and Type | Method and Description |
---|---|
IotEventsAction |
IotEventsAction.clone() |
IotEventsAction |
Action.getIotEvents()
Sends an input to an AWS IoT Events detector.
|
IotEventsAction |
IotEventsAction.withInputName(String inputName)
The name of the AWS IoT Events input.
|
IotEventsAction |
IotEventsAction.withMessageId(String messageId)
[Optional] Use this to ensure that only one input (message) with a given messageId will be processed by an AWS
IoT Events detector.
|
IotEventsAction |
IotEventsAction.withRoleArn(String roleArn)
The ARN of the role that grants AWS IoT permission to send an input to an AWS IoT Events detector.
|
Modifier and Type | Method and Description |
---|---|
void |
Action.setIotEvents(IotEventsAction iotEvents)
Sends an input to an AWS IoT Events detector.
|
Action |
Action.withIotEvents(IotEventsAction iotEvents)
Sends an input to an AWS IoT Events detector.
|
Copyright © 2020. All rights reserved.