We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35bfe4a commit 3d037c9Copy full SHA for 3d037c9
sdk/src/main/java/software/amazon/awssdk/iot/AwsIotMqttConnectionBuilder.java
@@ -47,6 +47,7 @@
47
* A central class for building Mqtt connections without manually managing a large variety of native objects (some
48
* still need to be created though).
49
*/
50
+@Deprecated
51
public final class AwsIotMqttConnectionBuilder extends CrtResource {
52
53
private static String IOT_SIGNING_SERVICE = "iotdevicegateway";
0 commit comments