| Package | Description |
|---|---|
| com.amazonaws.services.iot1clickdevices.model |
| Modifier and Type | Method and Description |
|---|---|
DeviceEvent |
DeviceEvent.clone() |
DeviceEvent |
DeviceEvent.withDevice(Device device)
An object representing the device associated with the event.
|
DeviceEvent |
DeviceEvent.withStdEvent(String stdEvent)
A serialized JSON object representing the device-type specific event.
|
| Modifier and Type | Method and Description |
|---|---|
List<DeviceEvent> |
ListDeviceEventsResult.getEvents()
An array of zero or more elements describing the event(s) associated with the device.
|
| Modifier and Type | Method and Description |
|---|---|
ListDeviceEventsResult |
ListDeviceEventsResult.withEvents(DeviceEvent... events)
An array of zero or more elements describing the event(s) associated with the device.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListDeviceEventsResult.setEvents(Collection<DeviceEvent> events)
An array of zero or more elements describing the event(s) associated with the device.
|
ListDeviceEventsResult |
ListDeviceEventsResult.withEvents(Collection<DeviceEvent> events)
An array of zero or more elements describing the event(s) associated with the device.
|
Copyright © 2024. All rights reserved.