Enum ExportableVolumeField

java.lang.Object
java.lang.Enum<ExportableVolumeField>
software.amazon.awssdk.services.computeoptimizer.model.ExportableVolumeField
All Implemented Interfaces:
Serializable, Comparable<ExportableVolumeField>

@Generated("software.amazon.awssdk:codegen") public enum ExportableVolumeField extends Enum<ExportableVolumeField>
  • Enum Constant Details

    • ACCOUNT_ID

      public static final ExportableVolumeField ACCOUNT_ID
    • VOLUME_ARN

      public static final ExportableVolumeField VOLUME_ARN
    • FINDING

      public static final ExportableVolumeField FINDING
    • UTILIZATION_METRICS_VOLUME_READ_OPS_PER_SECOND_MAXIMUM

      public static final ExportableVolumeField UTILIZATION_METRICS_VOLUME_READ_OPS_PER_SECOND_MAXIMUM
    • UTILIZATION_METRICS_VOLUME_WRITE_OPS_PER_SECOND_MAXIMUM

      public static final ExportableVolumeField UTILIZATION_METRICS_VOLUME_WRITE_OPS_PER_SECOND_MAXIMUM
    • UTILIZATION_METRICS_VOLUME_READ_BYTES_PER_SECOND_MAXIMUM

      public static final ExportableVolumeField UTILIZATION_METRICS_VOLUME_READ_BYTES_PER_SECOND_MAXIMUM
    • UTILIZATION_METRICS_VOLUME_WRITE_BYTES_PER_SECOND_MAXIMUM

      public static final ExportableVolumeField UTILIZATION_METRICS_VOLUME_WRITE_BYTES_PER_SECOND_MAXIMUM
    • LOOKBACK_PERIOD_IN_DAYS

      public static final ExportableVolumeField LOOKBACK_PERIOD_IN_DAYS
    • CURRENT_CONFIGURATION_VOLUME_TYPE

      public static final ExportableVolumeField CURRENT_CONFIGURATION_VOLUME_TYPE
    • CURRENT_CONFIGURATION_VOLUME_BASELINE_IOPS

      public static final ExportableVolumeField CURRENT_CONFIGURATION_VOLUME_BASELINE_IOPS
    • CURRENT_CONFIGURATION_VOLUME_BASELINE_THROUGHPUT

      public static final ExportableVolumeField CURRENT_CONFIGURATION_VOLUME_BASELINE_THROUGHPUT
    • CURRENT_CONFIGURATION_VOLUME_BURST_IOPS

      public static final ExportableVolumeField CURRENT_CONFIGURATION_VOLUME_BURST_IOPS
    • CURRENT_CONFIGURATION_VOLUME_BURST_THROUGHPUT

      public static final ExportableVolumeField CURRENT_CONFIGURATION_VOLUME_BURST_THROUGHPUT
    • CURRENT_CONFIGURATION_VOLUME_SIZE

      public static final ExportableVolumeField CURRENT_CONFIGURATION_VOLUME_SIZE
    • CURRENT_MONTHLY_PRICE

      public static final ExportableVolumeField CURRENT_MONTHLY_PRICE
    • RECOMMENDATION_OPTIONS_CONFIGURATION_VOLUME_TYPE

      public static final ExportableVolumeField RECOMMENDATION_OPTIONS_CONFIGURATION_VOLUME_TYPE
    • RECOMMENDATION_OPTIONS_CONFIGURATION_VOLUME_BASELINE_IOPS

      public static final ExportableVolumeField RECOMMENDATION_OPTIONS_CONFIGURATION_VOLUME_BASELINE_IOPS
    • RECOMMENDATION_OPTIONS_CONFIGURATION_VOLUME_BASELINE_THROUGHPUT

      public static final ExportableVolumeField RECOMMENDATION_OPTIONS_CONFIGURATION_VOLUME_BASELINE_THROUGHPUT
    • RECOMMENDATION_OPTIONS_CONFIGURATION_VOLUME_BURST_IOPS

      public static final ExportableVolumeField RECOMMENDATION_OPTIONS_CONFIGURATION_VOLUME_BURST_IOPS
    • RECOMMENDATION_OPTIONS_CONFIGURATION_VOLUME_BURST_THROUGHPUT

      public static final ExportableVolumeField RECOMMENDATION_OPTIONS_CONFIGURATION_VOLUME_BURST_THROUGHPUT
    • RECOMMENDATION_OPTIONS_CONFIGURATION_VOLUME_SIZE

      public static final ExportableVolumeField RECOMMENDATION_OPTIONS_CONFIGURATION_VOLUME_SIZE
    • RECOMMENDATION_OPTIONS_MONTHLY_PRICE

      public static final ExportableVolumeField RECOMMENDATION_OPTIONS_MONTHLY_PRICE
    • RECOMMENDATION_OPTIONS_PERFORMANCE_RISK

      public static final ExportableVolumeField RECOMMENDATION_OPTIONS_PERFORMANCE_RISK
    • LAST_REFRESH_TIMESTAMP

      public static final ExportableVolumeField LAST_REFRESH_TIMESTAMP
    • CURRENT_PERFORMANCE_RISK

      public static final ExportableVolumeField CURRENT_PERFORMANCE_RISK
    • RECOMMENDATION_OPTIONS_SAVINGS_OPPORTUNITY_PERCENTAGE

      public static final ExportableVolumeField RECOMMENDATION_OPTIONS_SAVINGS_OPPORTUNITY_PERCENTAGE
    • RECOMMENDATION_OPTIONS_ESTIMATED_MONTHLY_SAVINGS_CURRENCY

      public static final ExportableVolumeField RECOMMENDATION_OPTIONS_ESTIMATED_MONTHLY_SAVINGS_CURRENCY
    • RECOMMENDATION_OPTIONS_ESTIMATED_MONTHLY_SAVINGS_VALUE

      public static final ExportableVolumeField RECOMMENDATION_OPTIONS_ESTIMATED_MONTHLY_SAVINGS_VALUE
    • ROOT_VOLUME

      public static final ExportableVolumeField ROOT_VOLUME
    • TAGS

      public static final ExportableVolumeField TAGS
    • CURRENT_CONFIGURATION_ROOT_VOLUME

      public static final ExportableVolumeField CURRENT_CONFIGURATION_ROOT_VOLUME
    • EFFECTIVE_RECOMMENDATION_PREFERENCES_SAVINGS_ESTIMATION_MODE

      public static final ExportableVolumeField EFFECTIVE_RECOMMENDATION_PREFERENCES_SAVINGS_ESTIMATION_MODE
    • RECOMMENDATION_OPTIONS_SAVINGS_OPPORTUNITY_AFTER_DISCOUNTS_PERCENTAGE

      public static final ExportableVolumeField RECOMMENDATION_OPTIONS_SAVINGS_OPPORTUNITY_AFTER_DISCOUNTS_PERCENTAGE
    • RECOMMENDATION_OPTIONS_ESTIMATED_MONTHLY_SAVINGS_CURRENCY_AFTER_DISCOUNTS

      public static final ExportableVolumeField RECOMMENDATION_OPTIONS_ESTIMATED_MONTHLY_SAVINGS_CURRENCY_AFTER_DISCOUNTS
    • RECOMMENDATION_OPTIONS_ESTIMATED_MONTHLY_SAVINGS_VALUE_AFTER_DISCOUNTS

      public static final ExportableVolumeField RECOMMENDATION_OPTIONS_ESTIMATED_MONTHLY_SAVINGS_VALUE_AFTER_DISCOUNTS
    • UNKNOWN_TO_SDK_VERSION

      public static final ExportableVolumeField UNKNOWN_TO_SDK_VERSION
  • Method Details

    • values

      public static ExportableVolumeField[] 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

      public static ExportableVolumeField 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
    • toString

      public String toString()
      Overrides:
      toString in class Enum<ExportableVolumeField>
    • fromValue

      public static ExportableVolumeField 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:
      ExportableVolumeField corresponding to the value
    • knownValues

      public static Set<ExportableVolumeField> knownValues()
      Use this in place of values() to return a Set of all values known to the SDK. This will return all known enum values except UNKNOWN_TO_SDK_VERSION.
      Returns:
      a Set of known ExportableVolumeFields