| 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.withHeaders(MqttHeaders headers)
MQTT Version 5.0 headers information.
|
RepublishAction |
RepublishAction.withQos(Integer qos)
The Quality of Service (QoS) level to use when republishing messages.
|
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 © 2025. All rights reserved.