| 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<SearchRoomsResult> |
AmazonAlexaForBusinessAsyncClient.searchRoomsAsync(SearchRoomsRequest request,
AsyncHandler<SearchRoomsRequest,SearchRoomsResult> asyncHandler)
Deprecated.
|
Future<SearchRoomsResult> |
AmazonAlexaForBusinessAsync.searchRoomsAsync(SearchRoomsRequest searchRoomsRequest,
AsyncHandler<SearchRoomsRequest,SearchRoomsResult> asyncHandler)
Deprecated.
|
Future<SearchRoomsResult> |
AbstractAmazonAlexaForBusinessAsync.searchRoomsAsync(SearchRoomsRequest request,
AsyncHandler<SearchRoomsRequest,SearchRoomsResult> asyncHandler)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
SearchRoomsRequest |
SearchRoomsRequest.clone() |
SearchRoomsRequest |
SearchRoomsRequest.withFilters(Collection<Filter> filters)
The filters to use to list a specified set of rooms.
|
SearchRoomsRequest |
SearchRoomsRequest.withFilters(Filter... filters)
The filters to use to list a specified set of rooms.
|
SearchRoomsRequest |
SearchRoomsRequest.withMaxResults(Integer maxResults)
The maximum number of results to include in the response.
|
SearchRoomsRequest |
SearchRoomsRequest.withNextToken(String nextToken)
An optional token returned from a prior request.
|
SearchRoomsRequest |
SearchRoomsRequest.withSortCriteria(Collection<Sort> sortCriteria)
The sort order to use in listing the specified set of rooms.
|
SearchRoomsRequest |
SearchRoomsRequest.withSortCriteria(Sort... sortCriteria)
The sort order to use in listing the specified set of rooms.
|
Copyright © 2023. All rights reserved.