| Package | Description |
|---|---|
| com.amazonaws.services.iotevents.model |
| Modifier and Type | Method and Description |
|---|---|
IotTopicPublishAction |
IotTopicPublishAction.clone() |
IotTopicPublishAction |
Action.getIotTopicPublish()
Publishes an MQTT message with the given topic to the AWS IoT message broker.
|
IotTopicPublishAction |
AlarmAction.getIotTopicPublish() |
IotTopicPublishAction |
IotTopicPublishAction.withMqttTopic(String mqttTopic)
The MQTT topic of the message.
|
IotTopicPublishAction |
IotTopicPublishAction.withPayload(Payload payload)
You can configure the action payload when you publish a message to an AWS IoT Core topic.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Action.setIotTopicPublish(IotTopicPublishAction iotTopicPublish)
Publishes an MQTT message with the given topic to the AWS IoT message broker.
|
void |
AlarmAction.setIotTopicPublish(IotTopicPublishAction iotTopicPublish) |
Action |
Action.withIotTopicPublish(IotTopicPublishAction iotTopicPublish)
Publishes an MQTT message with the given topic to the AWS IoT message broker.
|
AlarmAction |
AlarmAction.withIotTopicPublish(IotTopicPublishAction iotTopicPublish) |
Copyright © 2024. All rights reserved.