@Deprecated public enum AWSServiceMetrics extends java.lang.Enum<AWSServiceMetrics> implements ServiceMetricType
| Enum Constant and Description |
|---|
HttpClientGetConnectionTime
Deprecated.
Time taken to get a connection by the http client library.
|
DOWNLOAD_BYTE_COUNT_NAME_SUFFIX, DOWNLOAD_THROUGHPUT_NAME_SUFFIX, UPLOAD_BYTE_COUNT_NAME_SUFFIX, UPLOAD_THROUGHPUT_NAME_SUFFIX| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getServiceName()
Deprecated.
|
static AWSServiceMetrics |
valueOf(java.lang.String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static AWSServiceMetrics[] |
values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOfnamepublic static final AWSServiceMetrics HttpClientGetConnectionTime
public static AWSServiceMetrics[] values()
for (AWSServiceMetrics c : AWSServiceMetrics.values()) System.out.println(c);
public static AWSServiceMetrics valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic java.lang.String getServiceName()
getServiceName in interface ServiceMetricType