Class ShadowDeltaUpdatedEvent


  • public class ShadowDeltaUpdatedEvent
    extends Object
    An event generated when a shadow document was updated by a request to AWS IoT. The event payload contains only the changes requested.
    • Field Detail

      • metadata

        public HashMap<String,​Object> metadata
        Timestamps for the shadow properties that were updated.
      • timestamp

        public Timestamp timestamp
        The time the event was generated by AWS IoT.
      • version

        public Integer version
        The current version of the document for the device's shadow.
      • clientToken

        public String clientToken
        An opaque token used to correlate requests and responses. Present only if a client token was used in the request.
    • Constructor Detail

      • ShadowDeltaUpdatedEvent

        public ShadowDeltaUpdatedEvent()