Package | Description |
---|---|
com.amazonaws.services.iot.model |
Modifier and Type | Method and Description |
---|---|
RepublishAction |
RepublishAction.clone() |
RepublishAction |
Action.getRepublish()
Publish to another MQTT topic.
|
RepublishAction |
RepublishAction.withRoleArn(String roleArn)
The ARN of the IAM role that grants access.
|
RepublishAction |
RepublishAction.withTopic(String topic)
The name of the MQTT topic.
|
Modifier and Type | Method and Description |
---|---|
void |
Action.setRepublish(RepublishAction republish)
Publish to another MQTT topic.
|
Action |
Action.withRepublish(RepublishAction republish)
Publish to another MQTT topic.
|
Copyright © 2018. All rights reserved.