Uses of Class
software.amazon.awssdk.crt.mqtt.MqttConnectionConfig
-
Packages that use MqttConnectionConfig Package Description software.amazon.awssdk.crt.mqtt -
-
Uses of MqttConnectionConfig in software.amazon.awssdk.crt.mqtt
Methods in software.amazon.awssdk.crt.mqtt that return MqttConnectionConfig Modifier and Type Method Description MqttConnectionConfig
MqttConnectionConfig. clone()
Creates a (shallow) clone of this config objectConstructors in software.amazon.awssdk.crt.mqtt with parameters of type MqttConnectionConfig Constructor Description MqttClientConnection(MqttConnectionConfig config)
Constructs a new MqttClientConnection.
-