Uses of Class
software.amazon.awssdk.services.qbusiness.model.ListDocumentsResponse
-
Packages that use ListDocumentsResponse Package Description software.amazon.awssdk.services.qbusiness This is the Amazon Q Business API Reference.software.amazon.awssdk.services.qbusiness.paginators -
-
Uses of ListDocumentsResponse in software.amazon.awssdk.services.qbusiness
Methods in software.amazon.awssdk.services.qbusiness that return ListDocumentsResponse Modifier and Type Method Description default ListDocumentsResponseQBusinessClient. listDocuments(Consumer<ListDocumentsRequest.Builder> listDocumentsRequest)A list of documents attached to an index.default ListDocumentsResponseQBusinessClient. listDocuments(ListDocumentsRequest listDocumentsRequest)A list of documents attached to an index.Methods in software.amazon.awssdk.services.qbusiness that return types with arguments of type ListDocumentsResponse Modifier and Type Method Description default CompletableFuture<ListDocumentsResponse>QBusinessAsyncClient. listDocuments(Consumer<ListDocumentsRequest.Builder> listDocumentsRequest)A list of documents attached to an index.default CompletableFuture<ListDocumentsResponse>QBusinessAsyncClient. listDocuments(ListDocumentsRequest listDocumentsRequest)A list of documents attached to an index. -
Uses of ListDocumentsResponse in software.amazon.awssdk.services.qbusiness.paginators
Methods in software.amazon.awssdk.services.qbusiness.paginators that return types with arguments of type ListDocumentsResponse Modifier and Type Method Description Iterator<ListDocumentsResponse>ListDocumentsIterable. iterator()Method parameters in software.amazon.awssdk.services.qbusiness.paginators with type arguments of type ListDocumentsResponse Modifier and Type Method Description voidListDocumentsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListDocumentsResponse> subscriber)
-