Class ShadowStateWithDelta


  • public class ShadowStateWithDelta
    extends Object
    (Potentially partial) state of an AWS IoT thing's shadow. Includes the delta between the reported and desired states.
    • Field Detail

      • desired

        public HashMap<String,​Object> desired
        The desired shadow state (from external services and devices).
      • reported

        public HashMap<String,​Object> reported
        The (last) reported shadow state from the device.
      • delta

        public HashMap<String,​Object> delta
        The delta between the reported and desired states.
    • Constructor Detail

      • ShadowStateWithDelta

        public ShadowStateWithDelta()