Uses of Class
software.amazon.awssdk.services.alexaforbusiness.model.SearchRoomsResponse
-
Packages that use SearchRoomsResponse Package Description software.amazon.awssdk.services.alexaforbusiness Alexa for Business has been retired and is no longer supported.software.amazon.awssdk.services.alexaforbusiness.paginators -
-
Uses of SearchRoomsResponse in software.amazon.awssdk.services.alexaforbusiness
Methods in software.amazon.awssdk.services.alexaforbusiness that return SearchRoomsResponse Modifier and Type Method Description default SearchRoomsResponseAlexaForBusinessClient. searchRooms(Consumer<SearchRoomsRequest.Builder> searchRoomsRequest)Deprecated.Alexa For Business is no longer supporteddefault SearchRoomsResponseAlexaForBusinessClient. searchRooms(SearchRoomsRequest searchRoomsRequest)Deprecated.Alexa For Business is no longer supportedMethods in software.amazon.awssdk.services.alexaforbusiness that return types with arguments of type SearchRoomsResponse Modifier and Type Method Description default CompletableFuture<SearchRoomsResponse>AlexaForBusinessAsyncClient. searchRooms(Consumer<SearchRoomsRequest.Builder> searchRoomsRequest)Deprecated.Alexa For Business is no longer supporteddefault CompletableFuture<SearchRoomsResponse>AlexaForBusinessAsyncClient. searchRooms(SearchRoomsRequest searchRoomsRequest)Deprecated.Alexa For Business is no longer supported -
Uses of SearchRoomsResponse in software.amazon.awssdk.services.alexaforbusiness.paginators
Methods in software.amazon.awssdk.services.alexaforbusiness.paginators that return types with arguments of type SearchRoomsResponse Modifier and Type Method Description Iterator<SearchRoomsResponse>SearchRoomsIterable. iterator()Method parameters in software.amazon.awssdk.services.alexaforbusiness.paginators with type arguments of type SearchRoomsResponse Modifier and Type Method Description voidSearchRoomsPublisher. subscribe(org.reactivestreams.Subscriber<? super SearchRoomsResponse> subscriber)
-