JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Index
Search
Help
AWS SDK for Java API Reference - 2.37.3
software.amazon.awssdk.metrics
MetricRecord
Contents
Hide sidebar
❮
❯
Show sidebar
Description
Method Summary
Method Details
metric()
value()
Interface MetricRecord<T>
All Known Implementing Classes:
DefaultMetricRecord
@SdkPublicApi
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
()
Method Details
metric
SdkMetric
<
T
>
metric
()
Returns:
The metric.
value
T
value
()
Returns:
The value of this metric.