public enum AWSServiceMetrics extends Enum<AWSServiceMetrics> implements com.amazonaws.metrics.ServiceMetricType
Enum Constant and Description |
---|
HttpClientGetConnectionTime
Time taken to get a connection by the http client library.
|
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.
|
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 com.amazonaws.metrics.ServiceMetricType
Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.