Uses of Class
com.amazonaws.metrics.internal.cloudwatch.spi.AWSMetricTransformerFactory
-
Packages that use AWSMetricTransformerFactory Package Description com.amazonaws.metrics.internal.cloudwatch.spi -
-
Uses of AWSMetricTransformerFactory in com.amazonaws.metrics.internal.cloudwatch.spi
Methods in com.amazonaws.metrics.internal.cloudwatch.spi that return AWSMetricTransformerFactory Modifier and Type Method Description static AWSMetricTransformerFactory
AWSMetricTransformerFactory. valueOf(String name)
Returns the enum constant of this type with the specified name.static AWSMetricTransformerFactory[]
AWSMetricTransformerFactory. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-