| Class | Description |
|---|---|
| AbstractAwsIotDevice |
The actual implementation of
AWSIotDevice. |
| AwsIotDeviceCommand |
This is a helper class that can be used to manage the execution result of a
shadow command, i.e.
|
| AwsIotDeviceCommandAckListener |
This class extends
AWSIotTopic to provide customized callback
functions for the subscription requests of the shadow commands. |
| AwsIotDeviceCommandManager |
This class manages the commands sent to the shadow.
|
| AwsIotDeviceDeltaListener |
This class extends
AWSIotTopic to provide a callback function for
receiving the shadow delta updates. |
| AwsIotDeviceReportMessage | |
| AwsIotDeviceSyncMessage | |
| AwsIotJsonDeserializer |
This is a customized JSON deserializer for deserializing the delta update
document from the shadow.
|
| AwsIotJsonSerializer |
This is a customized JSON serializer for the Jackson databind module.
|
| Enum | Description |
|---|---|
| AwsIotDeviceCommandManager.Command | |
| AwsIotDeviceCommandManager.CommandAck |
Copyright © 2020. All rights reserved.