Enum AWSMetricTransformerFactory
java.lang.Object
java.lang.Enum<AWSMetricTransformerFactory>
com.amazonaws.metrics.internal.cloudwatch.spi.AWSMetricTransformerFactory
- All Implemented Interfaces:
Serializable
,Comparable<AWSMetricTransformerFactory>
,java.lang.constant.Constable
Service specific metric transformer factory.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum Constants -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic String
buildRequestMetricTransformerFQCN
(String awsPrefix, String packageName) Returns the fully qualified class name of the request metric transformer, given the specific AWS prefix.static String
static void
setTransformerPackage
(String transformPackage) static AWSMetricTransformerFactory
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.
-
Enum Constant Details
-
DynamoDB
-
-
Field Details
-
DEFAULT_METRIC_TRANSFORM_PROVIDER_PACKAGE
- See Also:
-
transformerPackage
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null
-
getTransformerPackage
-
setTransformerPackage
-
buildRequestMetricTransformerFQCN
Returns the fully qualified class name of the request metric transformer, given the specific AWS prefix. -
getRequestMetricTransformer
-