Interface MetricType
- All Known Subinterfaces:
RequestMetricType, ServiceMetricType, ThroughputMetricType
- All Known Implementing Classes:
AWSRequestMetrics.Field, AWSServiceMetrics, DynamoDBRequestMetric, S3ServiceMetric, SimpleMetricType, SimpleServiceMetricType, SimpleThroughputMetricType
public interface MetricType
Metric type.
-
Method Summary
-
Method Details
-
name
String name()Non-null name of the metric type. Used to uniquely identify the metric type. Therefore, the name returned must be globally unique across all metric types that implement this interface.
-