public enum AWSServiceMetrics extends Enum<AWSServiceMetrics> implements ServiceMetricType
Enum Constant and Description |
---|
HttpClientGetConnectionTime
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 |
---|---|
String |
getServiceName() |
static AWSServiceMetrics |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AWSServiceMetrics[] |
values()
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, valueOf
name
public static final AWSServiceMetrics HttpClientGetConnectionTime
public static AWSServiceMetrics[] values()
for (AWSServiceMetrics c : AWSServiceMetrics.values()) System.out.println(c);
public static AWSServiceMetrics 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 nullpublic String getServiceName()
getServiceName
in interface ServiceMetricType
Copyright © 2020. All rights reserved.