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