public class S3ServiceMetric extends SimpleMetricType implements ServiceMetricType
Modifier and Type | Field and Description |
---|---|
static S3ServiceMetric |
S3DownloadByteCount |
static com.amazonaws.services.s3.metrics.S3ServiceMetric.S3ThroughputMetric |
S3DownloadThroughput |
static S3ServiceMetric |
S3UploadByteCount |
static com.amazonaws.services.s3.metrics.S3ServiceMetric.S3ThroughputMetric |
S3UploadThroughput |
DOWNLOAD_BYTE_COUNT_NAME_SUFFIX, DOWNLOAD_THROUGHPUT_NAME_SUFFIX, UPLOAD_BYTE_COUNT_NAME_SUFFIX, UPLOAD_THROUGHPUT_NAME_SUFFIX
Modifier and Type | Method and Description |
---|---|
String |
getServiceName() |
String |
name() |
static S3ServiceMetric |
valueOf(String name) |
static S3ServiceMetric[] |
values() |
equals, hashCode, toString
public static final com.amazonaws.services.s3.metrics.S3ServiceMetric.S3ThroughputMetric S3DownloadThroughput
public static final S3ServiceMetric S3DownloadByteCount
public static final com.amazonaws.services.s3.metrics.S3ServiceMetric.S3ThroughputMetric S3UploadThroughput
public static final S3ServiceMetric S3UploadByteCount
public String name()
name
in interface MetricType
name
in class SimpleMetricType
public String getServiceName()
getServiceName
in interface ServiceMetricType
public static S3ServiceMetric[] values()
public static S3ServiceMetric valueOf(String name)
Copyright © 2017. All rights reserved.