Package | Description |
---|---|
com.amazonaws.services.iot.model | |
com.amazonaws.services.iot.model.transform |
Modifier and Type | Field and Description |
---|---|
private RepublishAction |
Action.republish
Publish to another MQTT topic.
|
Modifier and Type | Method and Description |
---|---|
RepublishAction |
RepublishAction.clone() |
RepublishAction |
Action.getRepublish()
Publish to another MQTT topic.
|
RepublishAction |
RepublishAction.withRoleArn(java.lang.String roleArn)
The ARN of the IAM role that grants access.
|
RepublishAction |
RepublishAction.withTopic(java.lang.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.
|
Modifier and Type | Method and Description |
---|---|
RepublishAction |
RepublishActionJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
RepublishActionJsonMarshaller.marshall(RepublishAction republishAction,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|