Class CommandExecutionsSubscriptionRequest
- java.lang.Object
-
- software.amazon.awssdk.iot.iotcommands.model.CommandExecutionsSubscriptionRequest
-
public class CommandExecutionsSubscriptionRequest extends Object
Data needed to subscribe to CommandExecution events.
-
-
Field Summary
Fields Modifier and Type Field Description String
deviceId
Depending on device type value, this field is either an IoT Thing name or a client ID.DeviceType
deviceType
The type of a target device.
-
Constructor Summary
Constructors Constructor Description CommandExecutionsSubscriptionRequest()
-
-
-
Field Detail
-
deviceType
public DeviceType deviceType
The type of a target device. Determine if the device should subscribe for commands addressed to an IoT Thing or MQTT client.
-
deviceId
public String deviceId
Depending on device type value, this field is either an IoT Thing name or a client ID.
-
-