Uses of Class
software.amazon.awssdk.crt.iot.ResponsePath.ResponsePathBuilder
-
Packages that use ResponsePath.ResponsePathBuilder Package Description software.amazon.awssdk.crt.iot -
-
Uses of ResponsePath.ResponsePathBuilder in software.amazon.awssdk.crt.iot
Methods in software.amazon.awssdk.crt.iot that return ResponsePath.ResponsePathBuilder Modifier and Type Method Description static ResponsePath.ResponsePathBuilder
ResponsePath. builder()
Creates a new builder instance for ResponsePath instances.ResponsePath.ResponsePathBuilder
ResponsePath.ResponsePathBuilder. withCorrelationTokenJsonPath(String correlationTokenJsonPath)
Fluent setter for the JSON path for finding correlation tokens within payloads that arrive on this response path's topic.ResponsePath.ResponsePathBuilder
ResponsePath.ResponsePathBuilder. withResponseTopic(String responseTopic)
Fluent setter for the MQTT topic associated with this response path.
-