| Package | Description |
|---|---|
| com.amazonaws.services.alexaforbusiness.model |
| Modifier and Type | Method and Description |
|---|---|
DeviceEvent |
DeviceEvent.clone() |
DeviceEvent |
DeviceEvent.withTimestamp(Date timestamp)
The time (in epoch) when the event occurred.
|
DeviceEvent |
DeviceEvent.withType(DeviceEventType type)
The type of device event.
|
DeviceEvent |
DeviceEvent.withType(String type)
The type of device event.
|
DeviceEvent |
DeviceEvent.withValue(String value)
The value of the event.
|
| Modifier and Type | Method and Description |
|---|---|
List<DeviceEvent> |
ListDeviceEventsResult.getDeviceEvents()
The device events requested for the device ARN.
|
| Modifier and Type | Method and Description |
|---|---|
ListDeviceEventsResult |
ListDeviceEventsResult.withDeviceEvents(DeviceEvent... deviceEvents)
The device events requested for the device ARN.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListDeviceEventsResult.setDeviceEvents(Collection<DeviceEvent> deviceEvents)
The device events requested for the device ARN.
|
ListDeviceEventsResult |
ListDeviceEventsResult.withDeviceEvents(Collection<DeviceEvent> deviceEvents)
The device events requested for the device ARN.
|
Copyright © 2019. All rights reserved.