@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public enum SavingsPlansFilterName extends Enum<SavingsPlansFilterName>
Enum Constant and Description |
---|
Commitment |
Ec2InstanceFamily |
End |
PaymentOption |
Region |
SavingsPlanType |
Start |
Term |
Upfront |
Modifier and Type | Method and Description |
---|---|
static SavingsPlansFilterName |
fromValue(String value)
Use this in place of valueOf.
|
String |
toString() |
static SavingsPlansFilterName |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SavingsPlansFilterName[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SavingsPlansFilterName Region
public static final SavingsPlansFilterName Ec2InstanceFamily
public static final SavingsPlansFilterName Commitment
public static final SavingsPlansFilterName Upfront
public static final SavingsPlansFilterName Term
public static final SavingsPlansFilterName SavingsPlanType
public static final SavingsPlansFilterName PaymentOption
public static final SavingsPlansFilterName Start
public static final SavingsPlansFilterName End
public static SavingsPlansFilterName[] values()
for (SavingsPlansFilterName c : SavingsPlansFilterName.values()) System.out.println(c);
public static SavingsPlansFilterName 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<SavingsPlansFilterName>
public static SavingsPlansFilterName fromValue(String value)
value
- real valueIllegalArgumentException
- If the specified value does not map to one of the known values in this enum.