Uses of Class
software.amazon.awssdk.services.kendra.model.ListIndicesRequest
-
Packages that use ListIndicesRequest Package Description software.amazon.awssdk.services.kendra Amazon Kendra is a service for indexing large document sets.software.amazon.awssdk.services.kendra.paginators software.amazon.awssdk.services.kendra.transform -
-
Uses of ListIndicesRequest in software.amazon.awssdk.services.kendra
Methods in software.amazon.awssdk.services.kendra with parameters of type ListIndicesRequest Modifier and Type Method Description default CompletableFuture<ListIndicesResponse>KendraAsyncClient. listIndices(ListIndicesRequest listIndicesRequest)Lists the Amazon Kendra indexes that you created.default ListIndicesResponseKendraClient. listIndices(ListIndicesRequest listIndicesRequest)Lists the Amazon Kendra indexes that you created.default ListIndicesPublisherKendraAsyncClient. listIndicesPaginator(ListIndicesRequest listIndicesRequest)This is a variant ofKendraAsyncClient.listIndices(software.amazon.awssdk.services.kendra.model.ListIndicesRequest)operation.default ListIndicesIterableKendraClient. listIndicesPaginator(ListIndicesRequest listIndicesRequest)This is a variant ofKendraClient.listIndices(software.amazon.awssdk.services.kendra.model.ListIndicesRequest)operation. -
Uses of ListIndicesRequest in software.amazon.awssdk.services.kendra.paginators
Constructors in software.amazon.awssdk.services.kendra.paginators with parameters of type ListIndicesRequest Constructor Description ListIndicesIterable(KendraClient client, ListIndicesRequest firstRequest)ListIndicesPublisher(KendraAsyncClient client, ListIndicesRequest firstRequest) -
Uses of ListIndicesRequest in software.amazon.awssdk.services.kendra.transform
Methods in software.amazon.awssdk.services.kendra.transform with parameters of type ListIndicesRequest Modifier and Type Method Description SdkHttpFullRequestListIndicesRequestMarshaller. marshall(ListIndicesRequest listIndicesRequest)
-