Package | Description |
---|---|
com.amazonaws.services.iot.client.shadow |
Modifier and Type | Method and Description |
---|---|
AwsIotDeviceCommandManager.Command |
AwsIotDeviceCommand.getCommand() |
static AwsIotDeviceCommandManager.Command |
AwsIotDeviceCommandManager.Command.valueOf(String name)
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.
|
Modifier and Type | Method and Description |
---|---|
String |
AwsIotDeviceCommandManager.getTopic(AwsIotDeviceCommandManager.Command command,
AwsIotDeviceCommandManager.CommandAck ack) |
boolean |
AbstractAwsIotDevice.isCommandReady(AwsIotDeviceCommandManager.Command command) |
String |
AwsIotDeviceCommandManager.runCommand(AwsIotDeviceCommandManager.Command command,
AWSIotMessage request,
long commandTimeout) |
String |
AwsIotDeviceCommandManager.runCommand(AwsIotDeviceCommandManager.Command command,
AWSIotMessage request,
long commandTimeout,
boolean isAsync) |
String |
AwsIotDeviceCommandManager.runCommandSync(AwsIotDeviceCommandManager.Command command,
AWSIotMessage request) |
String |
AwsIotDeviceCommandManager.runCommandSync(AwsIotDeviceCommandManager.Command command,
AWSIotMessage request,
long commandTimeout) |
Constructor and Description |
---|
AwsIotDeviceCommand(AwsIotDeviceCommandManager commandManager,
AwsIotDeviceCommandManager.Command command,
String commandId,
AWSIotMessage request,
long commandTimeout,
boolean isAsync) |
Copyright © 2020. All rights reserved.