@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public enum CapacityReservationInstancePlatform extends Enum<CapacityReservationInstancePlatform>
Modifier and Type | Method and Description |
---|---|
static CapacityReservationInstancePlatform |
fromValue(String value)
Use this in place of valueOf.
|
String |
toString() |
static CapacityReservationInstancePlatform |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CapacityReservationInstancePlatform[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CapacityReservationInstancePlatform LinuxUNIX
public static final CapacityReservationInstancePlatform RedHatEnterpriseLinux
public static final CapacityReservationInstancePlatform SUSELinux
public static final CapacityReservationInstancePlatform Windows
public static final CapacityReservationInstancePlatform WindowsWithSQLServer
public static final CapacityReservationInstancePlatform WindowsWithSQLServerEnterprise
public static final CapacityReservationInstancePlatform WindowsWithSQLServerStandard
public static final CapacityReservationInstancePlatform WindowsWithSQLServerWeb
public static final CapacityReservationInstancePlatform LinuxWithSQLServerStandard
public static final CapacityReservationInstancePlatform LinuxWithSQLServerWeb
public static final CapacityReservationInstancePlatform LinuxWithSQLServerEnterprise
public static final CapacityReservationInstancePlatform RHELWithSQLServerStandard
public static final CapacityReservationInstancePlatform RHELWithSQLServerEnterprise
public static final CapacityReservationInstancePlatform RHELWithSQLServerWeb
public static final CapacityReservationInstancePlatform RHELWithHA
public static final CapacityReservationInstancePlatform RHELWithHAAndSQLServerStandard
public static final CapacityReservationInstancePlatform RHELWithHAAndSQLServerEnterprise
public static final CapacityReservationInstancePlatform UbuntuPro
public static CapacityReservationInstancePlatform[] values()
for (CapacityReservationInstancePlatform c : CapacityReservationInstancePlatform.values()) System.out.println(c);
public static CapacityReservationInstancePlatform 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<CapacityReservationInstancePlatform>
public static CapacityReservationInstancePlatform fromValue(String value)
value
- real valueIllegalArgumentException
- If the specified value does not map to one of the known values in this enum.