Package com.amazonaws.metrics
Interface MetricType
-
- All Known Subinterfaces:
RequestMetricType,ServiceMetricType,ThroughputMetricType
- All Known Implementing Classes:
AWSRequestMetrics.Field,AWSServiceMetrics,DynamoDBRequestMetric,S3ServiceMetric,SimpleMetricType,SimpleServiceMetricType,SimpleThroughputMetricType
public interface MetricTypeMetric type.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Stringname()Non-null name of the metric type.
-
-
-
Method Detail
-
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.
-
-