| Package | Description |
|---|---|
| com.amazonaws.services.alexaforbusiness |
Alexa for Business has been retired and is no longer supported.
|
| com.amazonaws.services.alexaforbusiness.model |
| Modifier and Type | Method and Description |
|---|---|
Future<ListDeviceEventsResult> |
AmazonAlexaForBusinessAsyncClient.listDeviceEventsAsync(ListDeviceEventsRequest request,
AsyncHandler<ListDeviceEventsRequest,ListDeviceEventsResult> asyncHandler)
Deprecated.
|
Future<ListDeviceEventsResult> |
AmazonAlexaForBusinessAsync.listDeviceEventsAsync(ListDeviceEventsRequest listDeviceEventsRequest,
AsyncHandler<ListDeviceEventsRequest,ListDeviceEventsResult> asyncHandler)
Deprecated.
|
Future<ListDeviceEventsResult> |
AbstractAmazonAlexaForBusinessAsync.listDeviceEventsAsync(ListDeviceEventsRequest request,
AsyncHandler<ListDeviceEventsRequest,ListDeviceEventsResult> asyncHandler)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
ListDeviceEventsRequest |
ListDeviceEventsRequest.clone() |
ListDeviceEventsRequest |
ListDeviceEventsRequest.withDeviceArn(String deviceArn)
The ARN of a device.
|
ListDeviceEventsRequest |
ListDeviceEventsRequest.withEventType(DeviceEventType eventType)
The event type to filter device events.
|
ListDeviceEventsRequest |
ListDeviceEventsRequest.withEventType(String eventType)
The event type to filter device events.
|
ListDeviceEventsRequest |
ListDeviceEventsRequest.withMaxResults(Integer maxResults)
The maximum number of results to include in the response.
|
ListDeviceEventsRequest |
ListDeviceEventsRequest.withNextToken(String nextToken)
An optional token returned from a prior request.
|
Copyright © 2023. All rights reserved.