@Generated(value="software.amazon.awssdk:codegen") public enum UplinkCount extends Enum<UplinkCount>
| Enum Constant and Description |
|---|
UNKNOWN_TO_SDK_VERSION |
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 to convert the raw string returned by the service into the enum value.
|
static Set<UplinkCount> |
knownValues()
|
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 final UplinkCount UNKNOWN_TO_SDK_VERSION
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 valuepublic static Set<UplinkCount> 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 UplinkCountsCopyright © 2023. All rights reserved.