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.
  • Method Details

    • builder

      public static ResponsePath.ResponsePathBuilder builder()
      Creates a new builder instance for ResponsePath instances.
      Returns:
      a new builder instance for ResponsePath instances