public enum S3RequestMetric extends Enum<S3RequestMetric> implements com.amazonaws.metrics.MetricType
com.amazonaws.metrics.internal.cloudwatch.transformer.PredefinedMetricTransformer
Enum Constant and Description |
---|
S3DownloadThroughput |
S3UploadThroughput |
Modifier and Type | Method and Description |
---|---|
static S3RequestMetric |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static S3RequestMetric[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final S3RequestMetric S3DownloadThroughput
public static final S3RequestMetric S3UploadThroughput
public static S3RequestMetric[] values()
for (S3RequestMetric c : S3RequestMetric.values()) System.out.println(c);
public static S3RequestMetric valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant
with the specified nameNullPointerException
- if the argument is nullCopyright © 2013 Amazon Web Services, Inc. All Rights Reserved.