com.amazonaws.metrics
Interface ServiceMetricType
- All Superinterfaces:
- MetricType
- All Known Subinterfaces:
- ThroughputMetricType
- All Known Implementing Classes:
- AWSServiceMetrics, S3ServiceMetric, SimpleServiceMetricType, SimpleThroughputMetricType
public interface ServiceMetricType
- extends MetricType
Service specific Metric type (eg S3, DynamoDB, etc.)
Methods inherited from interface com.amazonaws.metrics.MetricType |
name |
UPLOAD_THROUGHPUT_NAME_SUFFIX
static final String UPLOAD_THROUGHPUT_NAME_SUFFIX
- See Also:
- Constant Field Values
UPLOAD_BYTE_COUNT_NAME_SUFFIX
static final String UPLOAD_BYTE_COUNT_NAME_SUFFIX
- See Also:
- Constant Field Values
DOWNLOAD_THROUGHPUT_NAME_SUFFIX
static final String DOWNLOAD_THROUGHPUT_NAME_SUFFIX
- See Also:
- Constant Field Values
DOWNLOAD_BYTE_COUNT_NAME_SUFFIX
static final String DOWNLOAD_BYTE_COUNT_NAME_SUFFIX
- See Also:
- Constant Field Values
getServiceName
String getServiceName()
Copyright © 2016. All rights reserved.