Enum ExportableIdleField

    • Enum Constant Detail

      • SAVINGS_OPPORTUNITY_AFTER_DISCOUNT

        public static final ExportableIdleField SAVINGS_OPPORTUNITY_AFTER_DISCOUNT
      • UTILIZATION_METRICS_CPU_MAXIMUM

        public static final ExportableIdleField UTILIZATION_METRICS_CPU_MAXIMUM
      • UTILIZATION_METRICS_MEMORY_MAXIMUM

        public static final ExportableIdleField UTILIZATION_METRICS_MEMORY_MAXIMUM
      • UTILIZATION_METRICS_NETWORK_OUT_BYTES_PER_SECOND_MAXIMUM

        public static final ExportableIdleField UTILIZATION_METRICS_NETWORK_OUT_BYTES_PER_SECOND_MAXIMUM
      • UTILIZATION_METRICS_NETWORK_IN_BYTES_PER_SECOND_MAXIMUM

        public static final ExportableIdleField UTILIZATION_METRICS_NETWORK_IN_BYTES_PER_SECOND_MAXIMUM
      • UTILIZATION_METRICS_DATABASE_CONNECTIONS_MAXIMUM

        public static final ExportableIdleField UTILIZATION_METRICS_DATABASE_CONNECTIONS_MAXIMUM
      • UTILIZATION_METRICS_EBS_VOLUME_READ_IOPS_MAXIMUM

        public static final ExportableIdleField UTILIZATION_METRICS_EBS_VOLUME_READ_IOPS_MAXIMUM
      • UTILIZATION_METRICS_EBS_VOLUME_WRITE_IOPS_MAXIMUM

        public static final ExportableIdleField UTILIZATION_METRICS_EBS_VOLUME_WRITE_IOPS_MAXIMUM
      • UTILIZATION_METRICS_VOLUME_READ_OPS_PER_SECOND_MAXIMUM

        public static final ExportableIdleField UTILIZATION_METRICS_VOLUME_READ_OPS_PER_SECOND_MAXIMUM
      • UTILIZATION_METRICS_VOLUME_WRITE_OPS_PER_SECOND_MAXIMUM

        public static final ExportableIdleField UTILIZATION_METRICS_VOLUME_WRITE_OPS_PER_SECOND_MAXIMUM
    • Method Detail

      • values

        public static ExportableIdleField[] 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 (ExportableIdleField c : ExportableIdleField.values())
            System.out.println(c);
        
        Returns:
        an array containing the constants of this enum type, in the order they are declared
      • valueOf

        public static ExportableIdleField 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
      • fromValue

        public static ExportableIdleField fromValue​(String value)
        Use this in place of valueOf to convert the raw string returned by the service into the enum value.
        Parameters:
        value - real value
        Returns:
        ExportableIdleField corresponding to the value