Uses of Interface
software.amazon.awssdk.services.iot.model.RepublishAction.Builder
-
Packages that use RepublishAction.Builder Package Description software.amazon.awssdk.services.iot.model -
-
Uses of RepublishAction.Builder in software.amazon.awssdk.services.iot.model
Methods in software.amazon.awssdk.services.iot.model that return RepublishAction.Builder Modifier and Type Method Description static RepublishAction.BuilderRepublishAction. builder()default RepublishAction.BuilderRepublishAction.Builder. headers(Consumer<MqttHeaders.Builder> headers)MQTT Version 5.0 headers information.RepublishAction.BuilderRepublishAction.Builder. headers(MqttHeaders headers)MQTT Version 5.0 headers information.RepublishAction.BuilderRepublishAction.Builder. qos(Integer qos)The Quality of Service (QoS) level to use when republishing messages.RepublishAction.BuilderRepublishAction.Builder. roleArn(String roleArn)The ARN of the IAM role that grants access.RepublishAction.BuilderRepublishAction. toBuilder()RepublishAction.BuilderRepublishAction.Builder. topic(String topic)The name of the MQTT topic.Methods in software.amazon.awssdk.services.iot.model that return types with arguments of type RepublishAction.Builder Modifier and Type Method Description static Class<? extends RepublishAction.Builder>RepublishAction. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.iot.model with type arguments of type RepublishAction.Builder Modifier and Type Method Description default Action.BuilderAction.Builder. republish(Consumer<RepublishAction.Builder> republish)Publish to another MQTT topic.
-