@Generated(value="software.amazon.awssdk:codegen") public enum SavingsPlanRateFilterName extends Enum<SavingsPlanRateFilterName>
| Enum Constant and Description |
|---|
INSTANCE_TYPE |
OPERATION |
PRODUCT_DESCRIPTION |
PRODUCT_TYPE |
REGION |
SERVICE_CODE |
TENANCY |
UNKNOWN_TO_SDK_VERSION |
USAGE_TYPE |
| Modifier and Type | Method and Description |
|---|---|
static SavingsPlanRateFilterName |
fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static Set<SavingsPlanRateFilterName> |
knownValues()
|
String |
toString() |
static SavingsPlanRateFilterName |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SavingsPlanRateFilterName[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SavingsPlanRateFilterName REGION
public static final SavingsPlanRateFilterName INSTANCE_TYPE
public static final SavingsPlanRateFilterName PRODUCT_DESCRIPTION
public static final SavingsPlanRateFilterName TENANCY
public static final SavingsPlanRateFilterName PRODUCT_TYPE
public static final SavingsPlanRateFilterName SERVICE_CODE
public static final SavingsPlanRateFilterName USAGE_TYPE
public static final SavingsPlanRateFilterName OPERATION
public static final SavingsPlanRateFilterName UNKNOWN_TO_SDK_VERSION
public static SavingsPlanRateFilterName[] values()
for (SavingsPlanRateFilterName c : SavingsPlanRateFilterName.values()) System.out.println(c);
public static SavingsPlanRateFilterName 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<SavingsPlanRateFilterName>public static SavingsPlanRateFilterName fromValue(String value)
value - real valuepublic static Set<SavingsPlanRateFilterName> 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 SavingsPlanRateFilterNamesCopyright © 2019. All rights reserved.