Uses of Class
software.amazon.awssdk.services.qbusiness.model.ListDocumentsRequest
-
Packages that use ListDocumentsRequest Package Description software.amazon.awssdk.services.qbusiness This is the Amazon Q Business API Reference.software.amazon.awssdk.services.qbusiness.paginators software.amazon.awssdk.services.qbusiness.transform -
-
Uses of ListDocumentsRequest in software.amazon.awssdk.services.qbusiness
Methods in software.amazon.awssdk.services.qbusiness with parameters of type ListDocumentsRequest Modifier and Type Method Description default CompletableFuture<ListDocumentsResponse>QBusinessAsyncClient. listDocuments(ListDocumentsRequest listDocumentsRequest)A list of documents attached to an index.default ListDocumentsResponseQBusinessClient. listDocuments(ListDocumentsRequest listDocumentsRequest)A list of documents attached to an index.default ListDocumentsPublisherQBusinessAsyncClient. listDocumentsPaginator(ListDocumentsRequest listDocumentsRequest)This is a variant ofQBusinessAsyncClient.listDocuments(software.amazon.awssdk.services.qbusiness.model.ListDocumentsRequest)operation.default ListDocumentsIterableQBusinessClient. listDocumentsPaginator(ListDocumentsRequest listDocumentsRequest)This is a variant ofQBusinessClient.listDocuments(software.amazon.awssdk.services.qbusiness.model.ListDocumentsRequest)operation. -
Uses of ListDocumentsRequest in software.amazon.awssdk.services.qbusiness.paginators
Constructors in software.amazon.awssdk.services.qbusiness.paginators with parameters of type ListDocumentsRequest Constructor Description ListDocumentsIterable(QBusinessClient client, ListDocumentsRequest firstRequest)ListDocumentsPublisher(QBusinessAsyncClient client, ListDocumentsRequest firstRequest) -
Uses of ListDocumentsRequest in software.amazon.awssdk.services.qbusiness.transform
Methods in software.amazon.awssdk.services.qbusiness.transform with parameters of type ListDocumentsRequest Modifier and Type Method Description SdkHttpFullRequestListDocumentsRequestMarshaller. marshall(ListDocumentsRequest listDocumentsRequest)
-