Package software.amazon.awssdk.crt.iot
Class AWSIoTMetrics
java.lang.Object
software.amazon.awssdk.crt.iot.AWSIoTMetrics
IoT Device SDK Metrics configuration.
Holds library identification and metadata entries that are appended
to the MQTT CONNECT packet username field.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetLibraryName(String libraryName) voidsetMetadataEntries(List<IoTMetricsMetadata> metadataEntries)
-
Field Details
-
IOT_SDK_METRICS_FEATURE_VERSION
public static final int IOT_SDK_METRICS_FEATURE_VERSION- See Also:
-
-
Constructor Details
-
AWSIoTMetrics
public AWSIoTMetrics() -
AWSIoTMetrics
-
-
Method Details
-
getLibraryName
-
setLibraryName
-
getMetadataEntries
-
setMetadataEntries
-