You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: sdk/src/main/java/software/amazon/awssdk/iot/iotshadow/IotShadowClient.java
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -56,11 +56,17 @@
56
56
importjava.util.function.Consumer;
57
57
58
58
/**
59
+
* <p><b>Deprecated.</b> We strongly recommend using {@link software.amazon.awssdk.iot.iotshadow.IotShadowV2Client }. </p>
60
+
*
61
+
* <p>There are no current plans to ully deprecate IotShadowClient but it is highly recommended customers
62
+
* migrate to IotShadowV2Client. More details can be found in the GitHub Repo FAQ.</p>
63
+
*
59
64
* The AWS IoT Device Shadow service adds shadows to AWS IoT thing objects. Shadows are a simple data store for device properties and state. Shadows can make a device’s state available to apps and other services whether the device is connected to AWS IoT or not.
0 commit comments