| 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 |
|---|---|
SearchDevicesResult |
AmazonAlexaForBusinessClient.searchDevices(SearchDevicesRequest request)
Deprecated.
|
SearchDevicesResult |
AbstractAmazonAlexaForBusiness.searchDevices(SearchDevicesRequest request)
Deprecated.
|
SearchDevicesResult |
AmazonAlexaForBusiness.searchDevices(SearchDevicesRequest searchDevicesRequest)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
Future<SearchDevicesResult> |
AmazonAlexaForBusinessAsyncClient.searchDevicesAsync(SearchDevicesRequest request,
AsyncHandler<SearchDevicesRequest,SearchDevicesResult> asyncHandler)
Deprecated.
|
Future<SearchDevicesResult> |
AmazonAlexaForBusinessAsync.searchDevicesAsync(SearchDevicesRequest searchDevicesRequest,
AsyncHandler<SearchDevicesRequest,SearchDevicesResult> asyncHandler)
Deprecated.
|
Future<SearchDevicesResult> |
AbstractAmazonAlexaForBusinessAsync.searchDevicesAsync(SearchDevicesRequest request,
AsyncHandler<SearchDevicesRequest,SearchDevicesResult> asyncHandler)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
SearchDevicesResult |
SearchDevicesResult.clone() |
SearchDevicesResult |
SearchDevicesResult.withDevices(Collection<DeviceData> devices)
The devices that meet the specified set of filter criteria, in sort order.
|
SearchDevicesResult |
SearchDevicesResult.withDevices(DeviceData... devices)
The devices that meet the specified set of filter criteria, in sort order.
|
SearchDevicesResult |
SearchDevicesResult.withNextToken(String nextToken)
The token returned to indicate that there is more data available.
|
SearchDevicesResult |
SearchDevicesResult.withTotalCount(Integer totalCount)
The total number of devices returned.
|
Copyright © 2023. All rights reserved.