| 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<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 |
|---|---|
SearchDevicesRequest |
SearchDevicesRequest.clone() |
SearchDevicesRequest |
SearchDevicesRequest.withFilters(Collection<Filter> filters)
The filters to use to list a specified set of devices.
|
SearchDevicesRequest |
SearchDevicesRequest.withFilters(Filter... filters)
The filters to use to list a specified set of devices.
|
SearchDevicesRequest |
SearchDevicesRequest.withMaxResults(Integer maxResults)
The maximum number of results to include in the response.
|
SearchDevicesRequest |
SearchDevicesRequest.withNextToken(String nextToken)
An optional token returned from a prior request.
|
SearchDevicesRequest |
SearchDevicesRequest.withSortCriteria(Collection<Sort> sortCriteria)
The sort order to use in listing the specified set of devices.
|
SearchDevicesRequest |
SearchDevicesRequest.withSortCriteria(Sort... sortCriteria)
The sort order to use in listing the specified set of devices.
|
Copyright © 2023. All rights reserved.