Package software.amazon.awssdk.crt.iot
Class ResponsePath
- java.lang.Object
-
- software.amazon.awssdk.crt.iot.ResponsePath
-
public class ResponsePath extends Object
A response path is a pair of values - MQTT topic and a JSON path - that describe how a response to an MQTT-based request may arrive. For a given request type, there may be multiple response paths and each one is associated with a separate JSON schema for the response body.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ResponsePath.ResponsePathBuilder
Builder type for ResponsePath instances
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ResponsePath.ResponsePathBuilder
builder()
Creates a new builder instance for ResponsePath instances.
-
-
-
Method Detail
-
builder
public static ResponsePath.ResponsePathBuilder builder()
Creates a new builder instance for ResponsePath instances.- Returns:
- a new builder instance for ResponsePath instances
-
-