public static enum AwsIotDeviceCommandManager.Command extends Enum<AwsIotDeviceCommandManager.Command>
| Modifier and Type | Method and Description | 
|---|---|
static AwsIotDeviceCommandManager.Command | 
valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static AwsIotDeviceCommandManager.Command[] | 
values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
public static final AwsIotDeviceCommandManager.Command GET
public static final AwsIotDeviceCommandManager.Command UPDATE
public static final AwsIotDeviceCommandManager.Command DELETE
public static final AwsIotDeviceCommandManager.Command DELTA
public static AwsIotDeviceCommandManager.Command[] values()
for (AwsIotDeviceCommandManager.Command c : AwsIotDeviceCommandManager.Command.values()) System.out.println(c);
public static AwsIotDeviceCommandManager.Command 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.