简体   繁体   中英

How to use Java AWS IOT event SDK

I have an Apache Flink application and I need to get IOT event input description, build message and send it. I searched in AWS documentation, and I didn't find an example of code to use this dependency. How should I create the IOT event object and use it?

POM

<dependency>
    <groupId>com.amazonaws</groupId>
    <artifactId>aws-java-sdk-iotevents</artifactId>
    <version>1.12.169</version>
</dependency> 

要将数据发送到 IoT 事件输入,有一个不同的 SDK aws-java-sdk-ioteventsdata

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM