Package com.amazonaws.metrics
Interface ThroughputMetricType
-
- All Superinterfaces:
MetricType
,ServiceMetricType
- All Known Implementing Classes:
SimpleThroughputMetricType
public interface ThroughputMetricType extends ServiceMetricType
-
-
Field Summary
-
Fields inherited from interface com.amazonaws.metrics.ServiceMetricType
DOWNLOAD_BYTE_COUNT_NAME_SUFFIX, DOWNLOAD_THROUGHPUT_NAME_SUFFIX, UPLOAD_BYTE_COUNT_NAME_SUFFIX, UPLOAD_THROUGHPUT_NAME_SUFFIX
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ServiceMetricType
getByteCountMetricType()
-
Methods inherited from interface com.amazonaws.metrics.MetricType
name
-
Methods inherited from interface com.amazonaws.metrics.ServiceMetricType
getServiceName
-
-
-
-
Method Detail
-
getByteCountMetricType
ServiceMetricType getByteCountMetricType()
-
-