public static enum AwsIotDeviceCommandManager.CommandAck extends Enum<AwsIotDeviceCommandManager.CommandAck>
Modifier and Type | Method and Description |
---|---|
static AwsIotDeviceCommandManager.CommandAck |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AwsIotDeviceCommandManager.CommandAck[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AwsIotDeviceCommandManager.CommandAck ACCEPTED
public static final AwsIotDeviceCommandManager.CommandAck REJECTED
public static AwsIotDeviceCommandManager.CommandAck[] values()
for (AwsIotDeviceCommandManager.CommandAck c : AwsIotDeviceCommandManager.CommandAck.values()) System.out.println(c);
public static AwsIotDeviceCommandManager.CommandAck 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 nullCopyright © 2020. All rights reserved.