@Generated(value="software.amazon.awssdk:codegen") public enum ExportableLambdaFunctionField extends Enum<ExportableLambdaFunctionField>
| Modifier and Type | Method and Description |
|---|---|
static ExportableLambdaFunctionField |
fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static Set<ExportableLambdaFunctionField> |
knownValues()
|
String |
toString() |
static ExportableLambdaFunctionField |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExportableLambdaFunctionField[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ExportableLambdaFunctionField ACCOUNT_ID
public static final ExportableLambdaFunctionField FUNCTION_ARN
public static final ExportableLambdaFunctionField FUNCTION_VERSION
public static final ExportableLambdaFunctionField FINDING
public static final ExportableLambdaFunctionField FINDING_REASON_CODES
public static final ExportableLambdaFunctionField NUMBER_OF_INVOCATIONS
public static final ExportableLambdaFunctionField UTILIZATION_METRICS_DURATION_MAXIMUM
public static final ExportableLambdaFunctionField UTILIZATION_METRICS_DURATION_AVERAGE
public static final ExportableLambdaFunctionField UTILIZATION_METRICS_MEMORY_MAXIMUM
public static final ExportableLambdaFunctionField UTILIZATION_METRICS_MEMORY_AVERAGE
public static final ExportableLambdaFunctionField LOOKBACK_PERIOD_IN_DAYS
public static final ExportableLambdaFunctionField CURRENT_CONFIGURATION_MEMORY_SIZE
public static final ExportableLambdaFunctionField CURRENT_CONFIGURATION_TIMEOUT
public static final ExportableLambdaFunctionField CURRENT_COST_TOTAL
public static final ExportableLambdaFunctionField CURRENT_COST_AVERAGE
public static final ExportableLambdaFunctionField RECOMMENDATION_OPTIONS_CONFIGURATION_MEMORY_SIZE
public static final ExportableLambdaFunctionField RECOMMENDATION_OPTIONS_COST_LOW
public static final ExportableLambdaFunctionField RECOMMENDATION_OPTIONS_COST_HIGH
public static final ExportableLambdaFunctionField RECOMMENDATION_OPTIONS_PROJECTED_UTILIZATION_METRICS_DURATION_LOWER_BOUND
public static final ExportableLambdaFunctionField RECOMMENDATION_OPTIONS_PROJECTED_UTILIZATION_METRICS_DURATION_UPPER_BOUND
public static final ExportableLambdaFunctionField RECOMMENDATION_OPTIONS_PROJECTED_UTILIZATION_METRICS_DURATION_EXPECTED
public static final ExportableLambdaFunctionField LAST_REFRESH_TIMESTAMP
public static final ExportableLambdaFunctionField CURRENT_PERFORMANCE_RISK
public static final ExportableLambdaFunctionField RECOMMENDATION_OPTIONS_SAVINGS_OPPORTUNITY_PERCENTAGE
public static final ExportableLambdaFunctionField RECOMMENDATION_OPTIONS_ESTIMATED_MONTHLY_SAVINGS_CURRENCY
public static final ExportableLambdaFunctionField RECOMMENDATION_OPTIONS_ESTIMATED_MONTHLY_SAVINGS_VALUE
public static final ExportableLambdaFunctionField TAGS
public static final ExportableLambdaFunctionField UNKNOWN_TO_SDK_VERSION
public static ExportableLambdaFunctionField[] values()
for (ExportableLambdaFunctionField c : ExportableLambdaFunctionField.values()) System.out.println(c);
public static ExportableLambdaFunctionField 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<ExportableLambdaFunctionField>public static ExportableLambdaFunctionField fromValue(String value)
value - real valuepublic static Set<ExportableLambdaFunctionField> 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 ExportableLambdaFunctionFieldsCopyright © 2023. All rights reserved.