Class AwsIotDeviceCommandManager

java.lang.Object
com.amazonaws.services.iot.client.shadow.AwsIotDeviceCommandManager

public class AwsIotDeviceCommandManager extends Object
This class manages the commands sent to the shadow. It maintains a list of pending commands that are yet to be accepted or rejected by the shadow. Upon receiving the shadow response for a command, it will notify therefore resume the execution of the caller.