| Interface | Description |
|---|---|
| AWSIotData |
Interface for accessing AWS IoT Data Plane.
|
| AWSIotDataAsync |
Interface for accessing AWS IoT Data Plane asynchronously.
|
| Class | Description |
|---|---|
| AbstractAWSIotData |
Abstract implementation of
AWSIotData. |
| AbstractAWSIotDataAsync |
Abstract implementation of
AWSIotDataAsync. |
| AWSIotDataAsyncClient |
Client for accessing AWS IoT Data Plane asynchronously.
|
| AWSIotDataAsyncClientBuilder |
Fluent builder for
AWSIotDataAsync. |
| AWSIotDataClient |
Client for accessing AWS IoT Data Plane.
|
| AWSIotDataClientBuilder |
Fluent builder for
AWSIotData. |
AWS IoT-Data enables secure, bi-directional communication between Internet-connected things (such as sensors, actuators, embedded devices, or smart appliances) and the AWS cloud. It implements a broker for applications and things to publish messages over HTTP (Publish) and retrieve, update, and delete shadows. A shadow is a persistent representation of your things and their state in the AWS cloud.
Find the endpoint address for actions in the AWS IoT data plane by running this CLI command:
aws iot describe-endpoint --endpoint-type iot:Data-ATS
The service name used by AWS Signature Version 4 to sign requests is: iotdevicegateway.
Copyright © 2021. All rights reserved.