| 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 |
IotTopicPublishAction.withMqttTopic(String mqttTopic)
The MQTT topic of the message.
|
| 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.
|
Action |
Action.withIotTopicPublish(IotTopicPublishAction iotTopicPublish)
Publishes an MQTT message with the given topic to the AWS IoT message broker.
|
Copyright © 2020. All rights reserved.