| Package | Description |
|---|---|
| com.amazonaws.services.iotdata |
|
| com.amazonaws.services.iotdata.model |
Classes modeling the various types represented by AWSIotData
|
| Modifier and Type | Method and Description |
|---|---|
void |
AWSIotData.publish(PublishRequest publishRequest)
Publishes state information.
|
void |
AWSIotDataClient.publish(PublishRequest publishRequest)
Publishes state information.
|
| Modifier and Type | Method and Description |
|---|---|
PublishRequest |
PublishRequest.withPayload(ByteBuffer payload)
The state information, in JSON format.
|
PublishRequest |
PublishRequest.withQos(Integer qos)
The Quality of Service (QoS) level.
|
PublishRequest |
PublishRequest.withTopic(String topic)
The name of the MQTT topic.
|
Copyright © 2017. All rights reserved.