@Generated(value="software.amazon.awssdk:codegen") public enum FuotaDeviceStatus extends Enum<FuotaDeviceStatus>
The status of a wireless device in a FUOTA task.
| Enum Constant and Description |
|---|
FRAG_ALGO_UNSUPPORTED |
FRAG_INDEX_UNSUPPORTED |
INITIAL |
MEMORY_ERROR |
MIC_ERROR |
MISSING_FRAG |
NOT_ENOUGH_MEMORY |
PACKAGE_NOT_SUPPORTED |
SESSION_CNT_REPLAY |
SUCCESSFUL |
UNKNOWN_TO_SDK_VERSION |
WRONG_DESCRIPTOR |
| Modifier and Type | Method and Description |
|---|---|
static FuotaDeviceStatus |
fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static Set<FuotaDeviceStatus> |
knownValues()
|
String |
toString() |
static FuotaDeviceStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FuotaDeviceStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FuotaDeviceStatus INITIAL
public static final FuotaDeviceStatus PACKAGE_NOT_SUPPORTED
public static final FuotaDeviceStatus FRAG_ALGO_UNSUPPORTED
public static final FuotaDeviceStatus NOT_ENOUGH_MEMORY
public static final FuotaDeviceStatus FRAG_INDEX_UNSUPPORTED
public static final FuotaDeviceStatus WRONG_DESCRIPTOR
public static final FuotaDeviceStatus SESSION_CNT_REPLAY
public static final FuotaDeviceStatus MISSING_FRAG
public static final FuotaDeviceStatus MEMORY_ERROR
public static final FuotaDeviceStatus MIC_ERROR
public static final FuotaDeviceStatus SUCCESSFUL
public static final FuotaDeviceStatus UNKNOWN_TO_SDK_VERSION
public static FuotaDeviceStatus[] values()
for (FuotaDeviceStatus c : FuotaDeviceStatus.values()) System.out.println(c);
public static FuotaDeviceStatus 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<FuotaDeviceStatus>public static FuotaDeviceStatus fromValue(String value)
value - real valuepublic static Set<FuotaDeviceStatus> 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 FuotaDeviceStatussCopyright © 2021. All rights reserved.