public enum AWSMetricTransformerFactory extends Enum<AWSMetricTransformerFactory>
Enum Constant and Description |
---|
DynamoDB |
Modifier and Type | Method and Description |
---|---|
static String |
buildRequestMetricTransformerFQCN(String awsPrefix)
Returns the fully qualified class name of the request metric
transformer, given the specific AWS prefix.
|
RequestMetricTransformer |
getRequestMetricTransformer() |
static AWSMetricTransformerFactory |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AWSMetricTransformerFactory[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AWSMetricTransformerFactory DynamoDB
public static AWSMetricTransformerFactory[] values()
for (AWSMetricTransformerFactory c : AWSMetricTransformerFactory.values()) System.out.println(c);
public static AWSMetricTransformerFactory 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 static String buildRequestMetricTransformerFQCN(String awsPrefix)
public RequestMetricTransformer getRequestMetricTransformer()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.