Serializable
, Comparable<AwsMetricTransformerFactory>
public enum AwsMetricTransformerFactory extends Enum<AwsMetricTransformerFactory>
Enum Constant | Description |
---|---|
DynamoDb |
Modifier and Type | Field | Description |
---|---|---|
static String |
DEFAULT_METRIC_TRANSFORM_PROVIDER_PACKAGE |
|
static String |
transformerPackage |
Modifier and Type | Method | 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 © 2017 Amazon Web Services, Inc. All Rights Reserved.