@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public enum UplinkCount extends Enum<UplinkCount>
| Enum Constant and Description |
|---|
UPLINK_COUNT_1 |
UPLINK_COUNT_12 |
UPLINK_COUNT_16 |
UPLINK_COUNT_2 |
UPLINK_COUNT_3 |
UPLINK_COUNT_4 |
UPLINK_COUNT_5 |
UPLINK_COUNT_6 |
UPLINK_COUNT_7 |
UPLINK_COUNT_8 |
| Modifier and Type | Method and Description |
|---|---|
static UplinkCount |
fromValue(String value)
Use this in place of valueOf.
|
String |
toString() |
static UplinkCount |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UplinkCount[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UplinkCount UPLINK_COUNT_1
public static final UplinkCount UPLINK_COUNT_2
public static final UplinkCount UPLINK_COUNT_3
public static final UplinkCount UPLINK_COUNT_4
public static final UplinkCount UPLINK_COUNT_5
public static final UplinkCount UPLINK_COUNT_6
public static final UplinkCount UPLINK_COUNT_7
public static final UplinkCount UPLINK_COUNT_8
public static final UplinkCount UPLINK_COUNT_12
public static final UplinkCount UPLINK_COUNT_16
public static UplinkCount[] values()
for (UplinkCount c : UplinkCount.values()) System.out.println(c);
public static UplinkCount 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<UplinkCount>public static UplinkCount fromValue(String value)
value - real valueIllegalArgumentException - If the specified value does not map to one of the known values in this enum.