Uses of Enum
com.amazonaws.services.iot.client.shadow.AwsIotDeviceCommandManager.Command
Packages that use AwsIotDeviceCommandManager.Command
-
Uses of AwsIotDeviceCommandManager.Command in com.amazonaws.services.iot.client.shadow
Methods in com.amazonaws.services.iot.client.shadow that return AwsIotDeviceCommandManager.CommandModifier and TypeMethodDescriptionAwsIotDeviceCommand.getCommand()Returns the enum constant of this type with the specified name.static AwsIotDeviceCommandManager.Command[]AwsIotDeviceCommandManager.Command.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.amazonaws.services.iot.client.shadow with parameters of type AwsIotDeviceCommandManager.CommandModifier and TypeMethodDescriptionAwsIotDeviceCommandManager.getTopic(AwsIotDeviceCommandManager.Command command, AwsIotDeviceCommandManager.CommandAck ack) booleanAbstractAwsIotDevice.isCommandReady(AwsIotDeviceCommandManager.Command command) AwsIotDeviceCommandManager.runCommand(AwsIotDeviceCommandManager.Command command, AWSIotMessage request, long commandTimeout) AwsIotDeviceCommandManager.runCommand(AwsIotDeviceCommandManager.Command command, AWSIotMessage request, long commandTimeout, boolean isAsync) AwsIotDeviceCommandManager.runCommandSync(AwsIotDeviceCommandManager.Command command, AWSIotMessage request) AwsIotDeviceCommandManager.runCommandSync(AwsIotDeviceCommandManager.Command command, AWSIotMessage request, long commandTimeout) Constructors in com.amazonaws.services.iot.client.shadow with parameters of type AwsIotDeviceCommandManager.CommandModifierConstructorDescriptionAwsIotDeviceCommand(AwsIotDeviceCommandManager commandManager, AwsIotDeviceCommandManager.Command command, String commandId, AWSIotMessage request, long commandTimeout, boolean isAsync)