Uses of Class
software.amazon.awssdk.crt.iot.AWSIoTMetrics
Packages that use AWSIoTMetrics
-
Uses of AWSIoTMetrics in software.amazon.awssdk.crt.mqtt
Methods in software.amazon.awssdk.crt.mqtt that return AWSIoTMetricsModifier and TypeMethodDescriptionMqttConnectionConfig.getMetrics()Returns the IoT SDK metrics configuration.Methods in software.amazon.awssdk.crt.mqtt with parameters of type AWSIoTMetricsModifier and TypeMethodDescriptionvoidMqttConnectionConfig.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 AWSIoTMetricsModifier and TypeMethodDescriptionMqtt5ClientOptions.getUserMetrics()Returns the user-provided metrics configuration from the IoT SDK layer.Methods in software.amazon.awssdk.crt.mqtt5 with parameters of type AWSIoTMetricsModifier and TypeMethodDescriptionMqtt5ClientOptions.Mqtt5ClientOptionsBuilder.withMetrics(AWSIoTMetrics metrics) Sets the IoT SDK metrics configuration.