Package software.amazon.awssdk.metrics
Interface MetricRecord<T>
-
- All Known Implementing Classes:
DefaultMetricRecord
public interface MetricRecord<T>
A container associating a metric and its value.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SdkMetric<T>
metric()
T
value()
-