@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public enum ExportableInstanceField extends Enum<ExportableInstanceField>
Modifier and Type | Method and Description |
---|---|
static ExportableInstanceField |
fromValue(String value)
Use this in place of valueOf.
|
String |
toString() |
static ExportableInstanceField |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExportableInstanceField[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ExportableInstanceField AccountId
public static final ExportableInstanceField InstanceArn
public static final ExportableInstanceField InstanceName
public static final ExportableInstanceField Finding
public static final ExportableInstanceField LookbackPeriodInDays
public static final ExportableInstanceField CurrentInstanceType
public static final ExportableInstanceField UtilizationMetricsCpuMaximum
public static final ExportableInstanceField UtilizationMetricsMemoryMaximum
public static final ExportableInstanceField CurrentOnDemandPrice
public static final ExportableInstanceField CurrentStandardOneYearNoUpfrontReservedPrice
public static final ExportableInstanceField CurrentStandardThreeYearNoUpfrontReservedPrice
public static final ExportableInstanceField CurrentVCpus
public static final ExportableInstanceField CurrentMemory
public static final ExportableInstanceField CurrentStorage
public static final ExportableInstanceField CurrentNetwork
public static final ExportableInstanceField RecommendationOptionsInstanceType
public static final ExportableInstanceField RecommendationOptionsProjectedUtilizationMetricsCpuMaximum
public static final ExportableInstanceField RecommendationOptionsProjectedUtilizationMetricsMemoryMaximum
public static final ExportableInstanceField RecommendationOptionsPerformanceRisk
public static final ExportableInstanceField RecommendationOptionsVcpus
public static final ExportableInstanceField RecommendationOptionsMemory
public static final ExportableInstanceField RecommendationOptionsStorage
public static final ExportableInstanceField RecommendationOptionsNetwork
public static final ExportableInstanceField RecommendationOptionsOnDemandPrice
public static final ExportableInstanceField RecommendationOptionsStandardOneYearNoUpfrontReservedPrice
public static final ExportableInstanceField RecommendationOptionsStandardThreeYearNoUpfrontReservedPrice
public static final ExportableInstanceField RecommendationsSourcesRecommendationSourceArn
public static final ExportableInstanceField RecommendationsSourcesRecommendationSourceType
public static final ExportableInstanceField LastRefreshTimestamp
public static ExportableInstanceField[] values()
for (ExportableInstanceField c : ExportableInstanceField.values()) System.out.println(c);
public static ExportableInstanceField valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic String toString()
toString
in class Enum<ExportableInstanceField>
public static ExportableInstanceField fromValue(String value)
value
- real valueIllegalArgumentException
- If the specified value does not map to one of the known values in this enum.