| 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 |
|---|---|
SearchRoomsResult |
AmazonAlexaForBusinessClient.searchRooms(SearchRoomsRequest request)
Searches rooms and lists the ones that meet a set of filter and sort criteria.
|
SearchRoomsResult |
AmazonAlexaForBusiness.searchRooms(SearchRoomsRequest searchRoomsRequest)
Searches rooms and lists the ones that meet a set of filter and sort criteria.
|
SearchRoomsResult |
AbstractAmazonAlexaForBusiness.searchRooms(SearchRoomsRequest request) |
Future<SearchRoomsResult> |
AmazonAlexaForBusinessAsyncClient.searchRoomsAsync(SearchRoomsRequest request) |
Future<SearchRoomsResult> |
AmazonAlexaForBusinessAsync.searchRoomsAsync(SearchRoomsRequest searchRoomsRequest)
Searches rooms and lists the ones that meet a set of filter and sort criteria.
|
Future<SearchRoomsResult> |
AbstractAmazonAlexaForBusinessAsync.searchRoomsAsync(SearchRoomsRequest request) |
Future<SearchRoomsResult> |
AmazonAlexaForBusinessAsyncClient.searchRoomsAsync(SearchRoomsRequest request,
AsyncHandler<SearchRoomsRequest,SearchRoomsResult> asyncHandler) |
Future<SearchRoomsResult> |
AmazonAlexaForBusinessAsync.searchRoomsAsync(SearchRoomsRequest searchRoomsRequest,
AsyncHandler<SearchRoomsRequest,SearchRoomsResult> asyncHandler)
Searches rooms and lists the ones that meet a set of filter and sort criteria.
|
Future<SearchRoomsResult> |
AbstractAmazonAlexaForBusinessAsync.searchRoomsAsync(SearchRoomsRequest request,
AsyncHandler<SearchRoomsRequest,SearchRoomsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<SearchRoomsResult> |
AmazonAlexaForBusinessAsyncClient.searchRoomsAsync(SearchRoomsRequest request,
AsyncHandler<SearchRoomsRequest,SearchRoomsResult> asyncHandler) |
Future<SearchRoomsResult> |
AmazonAlexaForBusinessAsync.searchRoomsAsync(SearchRoomsRequest searchRoomsRequest,
AsyncHandler<SearchRoomsRequest,SearchRoomsResult> asyncHandler)
Searches rooms and lists the ones that meet a set of filter and sort criteria.
|
Future<SearchRoomsResult> |
AbstractAmazonAlexaForBusinessAsync.searchRoomsAsync(SearchRoomsRequest request,
AsyncHandler<SearchRoomsRequest,SearchRoomsResult> asyncHandler) |
| 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 © 2022. All rights reserved.