public enum AWSMetricTransformerFactory extends Enum<AWSMetricTransformerFactory>
Enum Constant and Description |
---|
DynamoDB |
Modifier and Type | Field and Description |
---|---|
static String |
DEFAULT_METRIC_TRANSFORM_PROVIDER_PACKAGE |
static String |
transformerPackage |
Modifier and Type | Method and Description |
---|---|
static String |
buildRequestMetricTransformerFQCN(String awsPrefix,
String packageName)
Returns the fully qualified class name of the request metric
transformer, given the specific AWS prefix.
|
RequestMetricTransformer |
getRequestMetricTransformer() |
static String |
getTransformerPackage() |
static void |
setTransformerPackage(String transformPackage) |
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 final String DEFAULT_METRIC_TRANSFORM_PROVIDER_PACKAGE
public static volatile String transformerPackage
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 getTransformerPackage()
public static void setTransformerPackage(String transformPackage)
public static String buildRequestMetricTransformerFQCN(String awsPrefix, String packageName)
public RequestMetricTransformer getRequestMetricTransformer()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.