Uses of Class
software.amazon.awssdk.services.iotevents.model.IotTopicPublishAction
-
Packages that use IotTopicPublishAction Package Description software.amazon.awssdk.services.iotevents.model -
-
Uses of IotTopicPublishAction in software.amazon.awssdk.services.iotevents.model
Methods in software.amazon.awssdk.services.iotevents.model that return IotTopicPublishAction Modifier and Type Method Description IotTopicPublishActionAction. iotTopicPublish()Publishes an MQTT message with the given topic to the AWS IoT message broker.IotTopicPublishActionAlarmAction. iotTopicPublish()Returns the value of the IotTopicPublish property for this object.Methods in software.amazon.awssdk.services.iotevents.model with parameters of type IotTopicPublishAction Modifier and Type Method Description Action.BuilderAction.Builder. iotTopicPublish(IotTopicPublishAction iotTopicPublish)Publishes an MQTT message with the given topic to the AWS IoT message broker.AlarmAction.BuilderAlarmAction.Builder. iotTopicPublish(IotTopicPublishAction iotTopicPublish)Sets the value of the IotTopicPublish property for this object.
-