Uses of Class
com.amazonaws.services.iot.model.RepublishAction
Packages that use RepublishAction
-
Uses of RepublishAction in com.amazonaws.services.iot.model
Methods in com.amazonaws.services.iot.model that return RepublishActionModifier and TypeMethodDescriptionRepublishAction.clone()
Action.getRepublish()
Publish to another MQTT topic.RepublishAction.withRoleArn
(String roleArn) The ARN of the IAM role that grants access.The name of the MQTT topic.Methods in com.amazonaws.services.iot.model with parameters of type RepublishActionModifier and TypeMethodDescriptionvoid
Action.setRepublish
(RepublishAction republish) Publish to another MQTT topic.Action.withRepublish
(RepublishAction republish) Publish to another MQTT topic.