@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public enum ExportableECSServiceField extends Enum<ExportableECSServiceField>
Modifier and Type | Method and Description |
---|---|
static ExportableECSServiceField |
fromValue(String value)
Use this in place of valueOf.
|
String |
toString() |
static ExportableECSServiceField |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExportableECSServiceField[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ExportableECSServiceField AccountId
public static final ExportableECSServiceField ServiceArn
public static final ExportableECSServiceField LookbackPeriodInDays
public static final ExportableECSServiceField LastRefreshTimestamp
public static final ExportableECSServiceField LaunchType
public static final ExportableECSServiceField CurrentPerformanceRisk
public static final ExportableECSServiceField CurrentServiceConfigurationMemory
public static final ExportableECSServiceField CurrentServiceConfigurationCpu
public static final ExportableECSServiceField CurrentServiceConfigurationTaskDefinitionArn
public static final ExportableECSServiceField CurrentServiceConfigurationAutoScalingConfiguration
public static final ExportableECSServiceField CurrentServiceContainerConfigurations
public static final ExportableECSServiceField UtilizationMetricsCpuMaximum
public static final ExportableECSServiceField UtilizationMetricsMemoryMaximum
public static final ExportableECSServiceField Finding
public static final ExportableECSServiceField FindingReasonCodes
public static final ExportableECSServiceField RecommendationOptionsMemory
public static final ExportableECSServiceField RecommendationOptionsCpu
public static final ExportableECSServiceField RecommendationOptionsSavingsOpportunityPercentage
public static final ExportableECSServiceField RecommendationOptionsEstimatedMonthlySavingsCurrency
public static final ExportableECSServiceField RecommendationOptionsEstimatedMonthlySavingsValue
public static final ExportableECSServiceField RecommendationOptionsContainerRecommendations
public static final ExportableECSServiceField RecommendationOptionsProjectedUtilizationMetricsCpuMaximum
public static final ExportableECSServiceField RecommendationOptionsProjectedUtilizationMetricsMemoryMaximum
public static final ExportableECSServiceField Tags
public static final ExportableECSServiceField EffectiveRecommendationPreferencesSavingsEstimationMode
public static final ExportableECSServiceField RecommendationOptionsSavingsOpportunityAfterDiscountsPercentage
public static final ExportableECSServiceField RecommendationOptionsEstimatedMonthlySavingsCurrencyAfterDiscounts
public static final ExportableECSServiceField RecommendationOptionsEstimatedMonthlySavingsValueAfterDiscounts
public static ExportableECSServiceField[] values()
for (ExportableECSServiceField c : ExportableECSServiceField.values()) System.out.println(c);
public static ExportableECSServiceField 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<ExportableECSServiceField>
public static ExportableECSServiceField fromValue(String value)
value
- real valueIllegalArgumentException
- If the specified value does not map to one of the known values in this enum.