Class S3ServiceMetric

java.lang.Object
com.amazonaws.metrics.SimpleMetricType
com.amazonaws.services.s3.metrics.S3ServiceMetric
All Implemented Interfaces:
MetricType, ServiceMetricType

public class S3ServiceMetric extends SimpleMetricType implements ServiceMetricType
S3 specific service metrics in the form of "simulated enum". The name of every enum literal defined in this class must all start with "S3" in order for the default AWS SDK metric collection system to recognize it as a predefined S3 metrics.
  • Field Details

    • S3DownloadThroughput

      public static final com.amazonaws.services.s3.metrics.S3ServiceMetric.S3ThroughputMetric S3DownloadThroughput
    • S3DownloadByteCount

      public static final S3ServiceMetric S3DownloadByteCount
    • S3UploadThroughput

      public static final com.amazonaws.services.s3.metrics.S3ServiceMetric.S3ThroughputMetric S3UploadThroughput
    • S3UploadByteCount

      public static final S3ServiceMetric S3UploadByteCount
  • Method Details