| Package | Description | 
|---|---|
| com.amazonaws.services.iot.client | |
| com.amazonaws.services.iot.client.core | |
| com.amazonaws.services.iot.client.shadow | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
AWSIotMqttClient.subscribe(AWSIotTopic topic)
Subscribes to a given topic. 
 | 
void | 
AWSIotMqttClient.subscribe(AWSIotTopic topic,
         boolean blocking)
Subscribes to a given topic. 
 | 
void | 
AWSIotMqttClient.subscribe(AWSIotTopic topic,
         long timeout)
Subscribes to a given topic. 
 | 
void | 
AWSIotMqttClient.subscribe(AWSIotTopic topic,
         long timeout,
         boolean blocking)
Subscribes to a given topic. 
 | 
void | 
AWSIotMqttClient.unsubscribe(AWSIotTopic topic)
Unsubscribes to a given topic. 
 | 
void | 
AWSIotMqttClient.unsubscribe(AWSIotTopic topic,
           long timeout)
Unsubscribes to a given topic. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
ConcurrentMap<String,AWSIotTopic> | 
AbstractAwsIotClient.getSubscriptions()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
AbstractAwsIotClient.subscribe(AWSIotTopic topic)  | 
void | 
AbstractAwsIotClient.subscribe(AWSIotTopic topic,
         boolean blocking)  | 
void | 
AbstractAwsIotClient.subscribe(AWSIotTopic topic,
         long timeout)  | 
void | 
AbstractAwsIotClient.subscribe(AWSIotTopic topic,
         long timeout,
         boolean blocking)  | 
void | 
AbstractAwsIotClient.unsubscribe(AWSIotTopic topic)  | 
void | 
AbstractAwsIotClient.unsubscribe(AWSIotTopic topic,
           long timeout)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
AwsIotDeviceCommandAckListener
This class extends  
AWSIotTopic to provide customized callback
 functions for the subscription requests of the shadow commands. | 
class  | 
AwsIotDeviceDeltaListener
This class extends  
AWSIotTopic to provide a callback function for
 receiving the shadow delta updates. | 
Copyright © 2020. All rights reserved.