| Package | Description |
|---|---|
| software.amazon.awssdk.services.alexaforbusiness |
Alexa for Business helps you use Alexa in your organization.
|
| software.amazon.awssdk.services.alexaforbusiness.paginators |
| Modifier and Type | Method and Description |
|---|---|
default SearchRoomsResponse |
AlexaForBusinessClient.searchRooms(Consumer<SearchRoomsRequest.Builder> searchRoomsRequest)
Searches rooms and lists the ones that meet a set of filter and sort criteria.
|
default SearchRoomsResponse |
AlexaForBusinessClient.searchRooms(SearchRoomsRequest searchRoomsRequest)
Searches rooms and lists the ones that meet a set of filter and sort criteria.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<SearchRoomsResponse> |
AlexaForBusinessAsyncClient.searchRooms(Consumer<SearchRoomsRequest.Builder> searchRoomsRequest)
Searches rooms and lists the ones that meet a set of filter and sort criteria.
|
default CompletableFuture<SearchRoomsResponse> |
AlexaForBusinessAsyncClient.searchRooms(SearchRoomsRequest searchRoomsRequest)
Searches rooms and lists the ones that meet a set of filter and sort criteria.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<SearchRoomsResponse> |
SearchRoomsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
SearchRoomsPublisher.subscribe(org.reactivestreams.Subscriber<? super SearchRoomsResponse> subscriber) |
Copyright © 2021. All rights reserved.