Uses of Class
software.amazon.awssdk.services.qbusiness.model.ListIndicesResponse
-
Packages that use ListIndicesResponse Package Description software.amazon.awssdk.services.qbusiness This is the Amazon Q Business API Reference.software.amazon.awssdk.services.qbusiness.paginators -
-
Uses of ListIndicesResponse in software.amazon.awssdk.services.qbusiness
Methods in software.amazon.awssdk.services.qbusiness that return ListIndicesResponse Modifier and Type Method Description default ListIndicesResponseQBusinessClient. listIndices(Consumer<ListIndicesRequest.Builder> listIndicesRequest)Lists the Amazon Q Business indices you have created.default ListIndicesResponseQBusinessClient. listIndices(ListIndicesRequest listIndicesRequest)Lists the Amazon Q Business indices you have created.Methods in software.amazon.awssdk.services.qbusiness that return types with arguments of type ListIndicesResponse Modifier and Type Method Description default CompletableFuture<ListIndicesResponse>QBusinessAsyncClient. listIndices(Consumer<ListIndicesRequest.Builder> listIndicesRequest)Lists the Amazon Q Business indices you have created.default CompletableFuture<ListIndicesResponse>QBusinessAsyncClient. listIndices(ListIndicesRequest listIndicesRequest)Lists the Amazon Q Business indices you have created. -
Uses of ListIndicesResponse in software.amazon.awssdk.services.qbusiness.paginators
Methods in software.amazon.awssdk.services.qbusiness.paginators that return types with arguments of type ListIndicesResponse Modifier and Type Method Description Iterator<ListIndicesResponse>ListIndicesIterable. iterator()Method parameters in software.amazon.awssdk.services.qbusiness.paginators with type arguments of type ListIndicesResponse Modifier and Type Method Description voidListIndicesPublisher. subscribe(org.reactivestreams.Subscriber<? super ListIndicesResponse> subscriber)
-