| Package | Description |
|---|---|
| com.amazonaws.services.iot1clickdevices.model |
| Modifier and Type | Method and Description |
|---|---|
Device |
Device.clone() |
Device |
DeviceEvent.getDevice()
An object representing the device associated with the event.
|
Device |
Device.withAttributes(Attributes attributes)
The user specified attributes associated with the device for an event.
|
Device |
Device.withDeviceId(String deviceId)
The unique identifier of the device.
|
Device |
Device.withType(String type)
The device type, such as "button".
|
| Modifier and Type | Method and Description |
|---|---|
void |
DeviceEvent.setDevice(Device device)
An object representing the device associated with the event.
|
DeviceEvent |
DeviceEvent.withDevice(Device device)
An object representing the device associated with the event.
|
Copyright © 2023. All rights reserved.