@Generated(value="software.amazon.awssdk:codegen") public enum ExportableLicenseField extends Enum<ExportableLicenseField>
| Modifier and Type | Method and Description |
|---|---|
static ExportableLicenseField |
fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static Set<ExportableLicenseField> |
knownValues()
|
String |
toString() |
static ExportableLicenseField |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExportableLicenseField[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ExportableLicenseField ACCOUNT_ID
public static final ExportableLicenseField RESOURCE_ARN
public static final ExportableLicenseField LOOKBACK_PERIOD_IN_DAYS
public static final ExportableLicenseField LAST_REFRESH_TIMESTAMP
public static final ExportableLicenseField FINDING
public static final ExportableLicenseField FINDING_REASON_CODES
public static final ExportableLicenseField CURRENT_LICENSE_CONFIGURATION_NUMBER_OF_CORES
public static final ExportableLicenseField CURRENT_LICENSE_CONFIGURATION_INSTANCE_TYPE
public static final ExportableLicenseField CURRENT_LICENSE_CONFIGURATION_OPERATING_SYSTEM
public static final ExportableLicenseField CURRENT_LICENSE_CONFIGURATION_LICENSE_NAME
public static final ExportableLicenseField CURRENT_LICENSE_CONFIGURATION_LICENSE_EDITION
public static final ExportableLicenseField CURRENT_LICENSE_CONFIGURATION_LICENSE_MODEL
public static final ExportableLicenseField CURRENT_LICENSE_CONFIGURATION_LICENSE_VERSION
public static final ExportableLicenseField CURRENT_LICENSE_CONFIGURATION_METRICS_SOURCE
public static final ExportableLicenseField RECOMMENDATION_OPTIONS_OPERATING_SYSTEM
public static final ExportableLicenseField RECOMMENDATION_OPTIONS_LICENSE_EDITION
public static final ExportableLicenseField RECOMMENDATION_OPTIONS_LICENSE_MODEL
public static final ExportableLicenseField RECOMMENDATION_OPTIONS_SAVINGS_OPPORTUNITY_PERCENTAGE
public static final ExportableLicenseField RECOMMENDATION_OPTIONS_ESTIMATED_MONTHLY_SAVINGS_CURRENCY
public static final ExportableLicenseField RECOMMENDATION_OPTIONS_ESTIMATED_MONTHLY_SAVINGS_VALUE
public static final ExportableLicenseField TAGS
public static final ExportableLicenseField UNKNOWN_TO_SDK_VERSION
public static ExportableLicenseField[] values()
for (ExportableLicenseField c : ExportableLicenseField.values()) System.out.println(c);
public static ExportableLicenseField 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<ExportableLicenseField>public static ExportableLicenseField fromValue(String value)
value - real valuepublic static Set<ExportableLicenseField> 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 ExportableLicenseFieldsCopyright © 2023. All rights reserved.