| Package | Description |
|---|---|
| com.amazonaws.services.alexaforbusiness |
Alexa for Business helps you use Alexa in your organization.
|
| com.amazonaws.services.alexaforbusiness.model |
| Modifier and Type | Method and Description |
|---|---|
ListDeviceEventsResult |
AmazonAlexaForBusinessClient.listDeviceEvents(ListDeviceEventsRequest request)
Lists the device event history, including device connection status, for up to 30 days.
|
ListDeviceEventsResult |
AbstractAmazonAlexaForBusiness.listDeviceEvents(ListDeviceEventsRequest request) |
ListDeviceEventsResult |
AmazonAlexaForBusiness.listDeviceEvents(ListDeviceEventsRequest listDeviceEventsRequest)
Lists the device event history, including device connection status, for up to 30 days.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListDeviceEventsResult> |
AbstractAmazonAlexaForBusinessAsync.listDeviceEventsAsync(ListDeviceEventsRequest request,
AsyncHandler<ListDeviceEventsRequest,ListDeviceEventsResult> asyncHandler) |
Future<ListDeviceEventsResult> |
AmazonAlexaForBusinessAsync.listDeviceEventsAsync(ListDeviceEventsRequest listDeviceEventsRequest,
AsyncHandler<ListDeviceEventsRequest,ListDeviceEventsResult> asyncHandler)
Lists the device event history, including device connection status, for up to 30 days.
|
Future<ListDeviceEventsResult> |
AmazonAlexaForBusinessAsyncClient.listDeviceEventsAsync(ListDeviceEventsRequest request,
AsyncHandler<ListDeviceEventsRequest,ListDeviceEventsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListDeviceEventsResult |
ListDeviceEventsResult.clone() |
ListDeviceEventsResult |
ListDeviceEventsResult.withDeviceEvents(Collection<DeviceEvent> deviceEvents)
The device events requested for the device ARN.
|
ListDeviceEventsResult |
ListDeviceEventsResult.withDeviceEvents(DeviceEvent... deviceEvents)
The device events requested for the device ARN.
|
ListDeviceEventsResult |
ListDeviceEventsResult.withNextToken(String nextToken)
The token returned to indicate that there is more data available.
|
Copyright © 2019. All rights reserved.