Enum AWSMetricTransformerFactory

    • Field Detail

      • DEFAULT_METRIC_TRANSFORM_PROVIDER_PACKAGE

        public static final String DEFAULT_METRIC_TRANSFORM_PROVIDER_PACKAGE
        See Also:
        Constant Field Values
      • transformerPackage

        public static volatile String transformerPackage
    • Method Detail

      • values

        public static AWSMetricTransformerFactory[] values()
        Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
        for (AWSMetricTransformerFactory c : AWSMetricTransformerFactory.values())
            System.out.println(c);
        
        Returns:
        an array containing the constants of this enum type, in the order they are declared
      • valueOf

        public static AWSMetricTransformerFactory valueOf​(String name)
        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 name
        NullPointerException - if the argument is null
      • getTransformerPackage

        public static String getTransformerPackage()
      • setTransformerPackage

        public static void setTransformerPackage​(String transformPackage)
      • buildRequestMetricTransformerFQCN

        public static String buildRequestMetricTransformerFQCN​(String awsPrefix,
                                                               String packageName)
        Returns the fully qualified class name of the request metric transformer, given the specific AWS prefix.