| Package | Description |
|---|---|
| com.amazonaws.services.kendra |
Amazon Kendra is a service for indexing large document sets.
|
| com.amazonaws.services.kendra.model |
| Modifier and Type | Method and Description |
|---|---|
Future<ListDataSourcesResult> |
AbstractAWSkendraAsync.listDataSourcesAsync(ListDataSourcesRequest request,
AsyncHandler<ListDataSourcesRequest,ListDataSourcesResult> asyncHandler) |
Future<ListDataSourcesResult> |
AWSkendraAsync.listDataSourcesAsync(ListDataSourcesRequest listDataSourcesRequest,
AsyncHandler<ListDataSourcesRequest,ListDataSourcesResult> asyncHandler)
Lists the data sources that you have created.
|
Future<ListDataSourcesResult> |
AWSkendraAsyncClient.listDataSourcesAsync(ListDataSourcesRequest request,
AsyncHandler<ListDataSourcesRequest,ListDataSourcesResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListDataSourcesRequest |
ListDataSourcesRequest.clone() |
ListDataSourcesRequest |
ListDataSourcesRequest.withIndexId(String indexId)
The identifier of the index that contains the data source.
|
ListDataSourcesRequest |
ListDataSourcesRequest.withMaxResults(Integer maxResults)
The maximum number of data sources to return.
|
ListDataSourcesRequest |
ListDataSourcesRequest.withNextToken(String nextToken)
If the previous response was incomplete (because there is more data to retrieve), Amazon Kendra returns a
pagination token in the response.
|
Copyright © 2021. All rights reserved.