Uses of Class
software.amazon.awssdk.services.chime.model.ListRoomsResponse
-
Packages that use ListRoomsResponse Package Description software.amazon.awssdk.services.chime software.amazon.awssdk.services.chime.paginators -
-
Uses of ListRoomsResponse in software.amazon.awssdk.services.chime
Methods in software.amazon.awssdk.services.chime that return ListRoomsResponse Modifier and Type Method Description default ListRoomsResponseChimeClient. listRooms(Consumer<ListRoomsRequest.Builder> listRoomsRequest)Lists the room details for the specified Amazon Chime Enterprise account.default ListRoomsResponseChimeClient. listRooms(ListRoomsRequest listRoomsRequest)Lists the room details for the specified Amazon Chime Enterprise account.Methods in software.amazon.awssdk.services.chime that return types with arguments of type ListRoomsResponse Modifier and Type Method Description default CompletableFuture<ListRoomsResponse>ChimeAsyncClient. listRooms(Consumer<ListRoomsRequest.Builder> listRoomsRequest)Lists the room details for the specified Amazon Chime Enterprise account.default CompletableFuture<ListRoomsResponse>ChimeAsyncClient. listRooms(ListRoomsRequest listRoomsRequest)Lists the room details for the specified Amazon Chime Enterprise account. -
Uses of ListRoomsResponse in software.amazon.awssdk.services.chime.paginators
Methods in software.amazon.awssdk.services.chime.paginators that return types with arguments of type ListRoomsResponse Modifier and Type Method Description Iterator<ListRoomsResponse>ListRoomsIterable. iterator()Method parameters in software.amazon.awssdk.services.chime.paginators with type arguments of type ListRoomsResponse Modifier and Type Method Description voidListRoomsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListRoomsResponse> subscriber)
-