@Generated(value="software.amazon.awssdk:codegen") public enum ExportableECSServiceField extends Enum<ExportableECSServiceField>
| Modifier and Type | Method and Description |
|---|---|
static ExportableECSServiceField |
fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static Set<ExportableECSServiceField> |
knownValues()
|
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 ACCOUNT_ID
public static final ExportableECSServiceField SERVICE_ARN
public static final ExportableECSServiceField LOOKBACK_PERIOD_IN_DAYS
public static final ExportableECSServiceField LAST_REFRESH_TIMESTAMP
public static final ExportableECSServiceField LAUNCH_TYPE
public static final ExportableECSServiceField CURRENT_PERFORMANCE_RISK
public static final ExportableECSServiceField CURRENT_SERVICE_CONFIGURATION_MEMORY
public static final ExportableECSServiceField CURRENT_SERVICE_CONFIGURATION_CPU
public static final ExportableECSServiceField CURRENT_SERVICE_CONFIGURATION_TASK_DEFINITION_ARN
public static final ExportableECSServiceField CURRENT_SERVICE_CONFIGURATION_AUTO_SCALING_CONFIGURATION
public static final ExportableECSServiceField CURRENT_SERVICE_CONTAINER_CONFIGURATIONS
public static final ExportableECSServiceField UTILIZATION_METRICS_CPU_MAXIMUM
public static final ExportableECSServiceField UTILIZATION_METRICS_MEMORY_MAXIMUM
public static final ExportableECSServiceField FINDING
public static final ExportableECSServiceField FINDING_REASON_CODES
public static final ExportableECSServiceField RECOMMENDATION_OPTIONS_MEMORY
public static final ExportableECSServiceField RECOMMENDATION_OPTIONS_CPU
public static final ExportableECSServiceField RECOMMENDATION_OPTIONS_SAVINGS_OPPORTUNITY_PERCENTAGE
public static final ExportableECSServiceField RECOMMENDATION_OPTIONS_ESTIMATED_MONTHLY_SAVINGS_CURRENCY
public static final ExportableECSServiceField RECOMMENDATION_OPTIONS_ESTIMATED_MONTHLY_SAVINGS_VALUE
public static final ExportableECSServiceField RECOMMENDATION_OPTIONS_CONTAINER_RECOMMENDATIONS
public static final ExportableECSServiceField RECOMMENDATION_OPTIONS_PROJECTED_UTILIZATION_METRICS_CPU_MAXIMUM
public static final ExportableECSServiceField RECOMMENDATION_OPTIONS_PROJECTED_UTILIZATION_METRICS_MEMORY_MAXIMUM
public static final ExportableECSServiceField TAGS
public static final ExportableECSServiceField UNKNOWN_TO_SDK_VERSION
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 valuepublic static Set<ExportableECSServiceField> knownValues()
values() to return a Set of all values known to the SDK. This will return
all known enum values except UNKNOWN_TO_SDK_VERSION.Set of known ExportableECSServiceFieldsCopyright © 2023. All rights reserved.