Uses of Class
software.amazon.awssdk.crt.iot.AWSIoTMetrics
-
Packages that use AWSIoTMetrics Package Description software.amazon.awssdk.crt.mqtt software.amazon.awssdk.crt.mqtt5 -
-
Uses of AWSIoTMetrics in software.amazon.awssdk.crt.mqtt
Methods in software.amazon.awssdk.crt.mqtt that return AWSIoTMetrics Modifier and Type Method Description AWSIoTMetricsMqttConnectionConfig. getMetrics()Returns the IoT SDK metrics configuration.Methods in software.amazon.awssdk.crt.mqtt with parameters of type AWSIoTMetrics Modifier and Type Method Description voidMqttConnectionConfig. setMetrics(AWSIoTMetrics metrics)Sets the IoT SDK metrics configuration. -
Uses of AWSIoTMetrics in software.amazon.awssdk.crt.mqtt5
Methods in software.amazon.awssdk.crt.mqtt5 that return AWSIoTMetrics Modifier and Type Method Description AWSIoTMetricsMqtt5ClientOptions. getUserMetrics()Returns the user-provided metrics configuration from the IoT SDK layer.Methods in software.amazon.awssdk.crt.mqtt5 with parameters of type AWSIoTMetrics Modifier and Type Method Description Mqtt5ClientOptions.Mqtt5ClientOptionsBuilderMqtt5ClientOptions.Mqtt5ClientOptionsBuilder. withMetrics(AWSIoTMetrics metrics)Sets the IoT SDK metrics configuration.
-