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 MetricType

Metric type.


Method Summary
 String name()
          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.



Copyright © 2016. All rights reserved.