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.connect(long timeout)
Connect the client to the server.
|
void |
AWSIotMqttClient.connect(long timeout,
boolean blocking)
Connect the client to the server.
|
void |
AWSIotDevice.delete(long timeout)
Deletes the content of a thing shadow.
|
void |
AWSIotMqttClient.disconnect(long timeout)
Disconnect the client from the server.
|
void |
AWSIotMqttClient.disconnect(long timeout,
boolean blocking)
Disconnect the client from the server.
|
String |
AWSIotDevice.get(long timeout)
Retrieves the latest state stored in the thing shadow.
|
void |
AWSIotMqttClient.publish(String topic,
AWSIotQos qos,
byte[] payload,
long timeout)
Publishes the raw payload to a given topic.
|
void |
AWSIotMqttClient.publish(String topic,
AWSIotQos qos,
String payload,
long timeout)
Publishes the payload to a given topic.
|
void |
AWSIotMqttClient.publish(String topic,
byte[] payload,
long timeout)
Publishes the raw payload to a given topic.
|
void |
AWSIotMqttClient.publish(String topic,
String payload,
long timeout)
Publishes the payload to a given topic.
|
void |
AWSIotMqttClient.subscribe(AWSIotTopic topic,
long timeout,
boolean blocking)
Subscribes to a given topic.
|
void |
AWSIotMqttClient.unsubscribe(String topic,
long timeout)
Unsubscribes to a given topic.
|
void |
AWSIotDevice.update(String jsonState,
long timeout)
Updates the content of a thing shadow with the data provided in the
request.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractAwsIotClient.connect(long timeout) |
void |
AbstractAwsIotClient.connect(long timeout,
boolean blocking) |
void |
AbstractAwsIotClient.disconnect(long timeout) |
void |
AbstractAwsIotClient.disconnect(long timeout,
boolean blocking) |
void |
AwsIotCompletion.get(AbstractAwsIotClient client)
The user of the completion object is expected to call this function to
either block until the request is completed or timed out in the case of
synchronous calls, or to schedule a timeout handler in the case of
asynchronous calls.
|
void |
AbstractAwsIotClient.publish(String topic,
AWSIotQos qos,
byte[] payload,
long timeout) |
void |
AbstractAwsIotClient.publish(String topic,
AWSIotQos qos,
String payload,
long timeout) |
void |
AbstractAwsIotClient.publish(String topic,
byte[] payload,
long timeout) |
void |
AbstractAwsIotClient.publish(String topic,
String payload,
long timeout) |
void |
AbstractAwsIotClient.subscribe(AWSIotTopic topic,
long timeout,
boolean blocking) |
void |
AbstractAwsIotClient.unsubscribe(String topic,
long timeout) |
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractAwsIotDevice.delete(long timeout) |
String |
AwsIotDeviceCommand.get(AbstractAwsIotDevice device) |
protected String |
AbstractAwsIotDevice.get(long timeout) |
String |
AwsIotDeviceCommandManager.runCommand(AwsIotDeviceCommandManager.Command command,
AWSIotMessage request,
long commandTimeout,
boolean isAsync) |
String |
AwsIotDeviceCommandManager.runCommandSync(AwsIotDeviceCommandManager.Command command,
AWSIotMessage request,
long commandTimeout) |
protected void |
AbstractAwsIotDevice.update(String jsonState,
long timeout) |
Copyright © 2020. All rights reserved.