Uses of Class
software.amazon.awssdk.services.kendra.model.ListIndicesResponse
-
Packages that use ListIndicesResponse Package Description software.amazon.awssdk.services.kendra Amazon Kendra is a service for indexing large document sets.software.amazon.awssdk.services.kendra.paginators -
-
Uses of ListIndicesResponse in software.amazon.awssdk.services.kendra
Methods in software.amazon.awssdk.services.kendra that return ListIndicesResponse Modifier and Type Method Description default ListIndicesResponseKendraClient. listIndices(Consumer<ListIndicesRequest.Builder> listIndicesRequest)Lists the Amazon Kendra indexes that you created.default ListIndicesResponseKendraClient. listIndices(ListIndicesRequest listIndicesRequest)Lists the Amazon Kendra indexes that you created.Methods in software.amazon.awssdk.services.kendra that return types with arguments of type ListIndicesResponse Modifier and Type Method Description default CompletableFuture<ListIndicesResponse>KendraAsyncClient. listIndices(Consumer<ListIndicesRequest.Builder> listIndicesRequest)Lists the Amazon Kendra indexes that you created.default CompletableFuture<ListIndicesResponse>KendraAsyncClient. listIndices(ListIndicesRequest listIndicesRequest)Lists the Amazon Kendra indexes that you created. -
Uses of ListIndicesResponse in software.amazon.awssdk.services.kendra.paginators
Methods in software.amazon.awssdk.services.kendra.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.kendra.paginators with type arguments of type ListIndicesResponse Modifier and Type Method Description voidListIndicesPublisher. subscribe(org.reactivestreams.Subscriber<? super ListIndicesResponse> subscriber)
-