Uses of Class
software.amazon.awssdk.services.qbusiness.model.ListConversationsResponse
-
Packages that use ListConversationsResponse Package Description software.amazon.awssdk.services.qbusiness software.amazon.awssdk.services.qbusiness.paginators -
-
Uses of ListConversationsResponse in software.amazon.awssdk.services.qbusiness
Methods in software.amazon.awssdk.services.qbusiness that return ListConversationsResponse Modifier and Type Method Description default ListConversationsResponseQBusinessClient. listConversations(Consumer<ListConversationsRequest.Builder> listConversationsRequest)Lists one or more Amazon Q conversations.default ListConversationsResponseQBusinessClient. listConversations(ListConversationsRequest listConversationsRequest)Lists one or more Amazon Q conversations.Methods in software.amazon.awssdk.services.qbusiness that return types with arguments of type ListConversationsResponse Modifier and Type Method Description default CompletableFuture<ListConversationsResponse>QBusinessAsyncClient. listConversations(Consumer<ListConversationsRequest.Builder> listConversationsRequest)Lists one or more Amazon Q conversations.default CompletableFuture<ListConversationsResponse>QBusinessAsyncClient. listConversations(ListConversationsRequest listConversationsRequest)Lists one or more Amazon Q conversations. -
Uses of ListConversationsResponse in software.amazon.awssdk.services.qbusiness.paginators
Methods in software.amazon.awssdk.services.qbusiness.paginators that return types with arguments of type ListConversationsResponse Modifier and Type Method Description Iterator<ListConversationsResponse>ListConversationsIterable. iterator()Method parameters in software.amazon.awssdk.services.qbusiness.paginators with type arguments of type ListConversationsResponse Modifier and Type Method Description voidListConversationsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListConversationsResponse> subscriber)
-