Uses of Class
software.amazon.awssdk.services.qbusiness.model.ListMessagesResponse
-
Packages that use ListMessagesResponse Package Description software.amazon.awssdk.services.qbusiness This is the Amazon Q Business API Reference.software.amazon.awssdk.services.qbusiness.paginators -
-
Uses of ListMessagesResponse in software.amazon.awssdk.services.qbusiness
Methods in software.amazon.awssdk.services.qbusiness that return ListMessagesResponse Modifier and Type Method Description default ListMessagesResponseQBusinessClient. listMessages(Consumer<ListMessagesRequest.Builder> listMessagesRequest)Gets a list of messages associated with an Amazon Q Business web experience.default ListMessagesResponseQBusinessClient. listMessages(ListMessagesRequest listMessagesRequest)Gets a list of messages associated with an Amazon Q Business web experience.Methods in software.amazon.awssdk.services.qbusiness that return types with arguments of type ListMessagesResponse Modifier and Type Method Description default CompletableFuture<ListMessagesResponse>QBusinessAsyncClient. listMessages(Consumer<ListMessagesRequest.Builder> listMessagesRequest)Gets a list of messages associated with an Amazon Q Business web experience.default CompletableFuture<ListMessagesResponse>QBusinessAsyncClient. listMessages(ListMessagesRequest listMessagesRequest)Gets a list of messages associated with an Amazon Q Business web experience. -
Uses of ListMessagesResponse in software.amazon.awssdk.services.qbusiness.paginators
Methods in software.amazon.awssdk.services.qbusiness.paginators that return types with arguments of type ListMessagesResponse Modifier and Type Method Description Iterator<ListMessagesResponse>ListMessagesIterable. iterator()Method parameters in software.amazon.awssdk.services.qbusiness.paginators with type arguments of type ListMessagesResponse Modifier and Type Method Description voidListMessagesPublisher. subscribe(org.reactivestreams.Subscriber<? super ListMessagesResponse> subscriber)
-