@Generated(value="software.amazon.awssdk:codegen") public enum TargetDevice extends Enum<TargetDevice>
| Enum Constant and Description |
|---|
DEEPLENS |
JETSON_TX1 |
JETSON_TX2 |
ML_C4 |
ML_C5 |
ML_M4 |
ML_M5 |
ML_P2 |
ML_P3 |
RASP3_B |
UNKNOWN_TO_SDK_VERSION |
| Modifier and Type | Method and Description |
|---|---|
static TargetDevice |
fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static Set<TargetDevice> |
knownValues()
|
String |
toString() |
static TargetDevice |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TargetDevice[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TargetDevice ML_M4
public static final TargetDevice ML_M5
public static final TargetDevice ML_C4
public static final TargetDevice ML_C5
public static final TargetDevice ML_P2
public static final TargetDevice ML_P3
public static final TargetDevice JETSON_TX1
public static final TargetDevice JETSON_TX2
public static final TargetDevice RASP3_B
public static final TargetDevice DEEPLENS
public static final TargetDevice UNKNOWN_TO_SDK_VERSION
public static TargetDevice[] values()
for (TargetDevice c : TargetDevice.values()) System.out.println(c);
public static TargetDevice 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<TargetDevice>public static TargetDevice fromValue(String value)
value - real valuepublic static Set<TargetDevice> 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 TargetDevicesCopyright © 2017 Amazon Web Services, Inc. All Rights Reserved.