| Package | Description |
|---|---|
| software.amazon.awssdk.services.kendra |
Amazon Kendra is a service for indexing large document sets.
|
| software.amazon.awssdk.services.kendra.model |
| Modifier and Type | Method and Description |
|---|---|
default ListIndicesResponse |
KendraClient.listIndices(Consumer<ListIndicesRequest.Builder> listIndicesRequest)
Lists the Amazon Kendra indexes that you have created.
|
default CompletableFuture<ListIndicesResponse> |
KendraAsyncClient.listIndices(Consumer<ListIndicesRequest.Builder> listIndicesRequest)
Lists the Amazon Kendra indexes that you have created.
|
default ListIndicesIterable |
KendraClient.listIndicesPaginator(Consumer<ListIndicesRequest.Builder> listIndicesRequest)
Lists the Amazon Kendra indexes that you have created.
|
default ListIndicesPublisher |
KendraAsyncClient.listIndicesPaginator(Consumer<ListIndicesRequest.Builder> listIndicesRequest)
Lists the Amazon Kendra indexes that you have created.
|
| Modifier and Type | Method and Description |
|---|---|
static ListIndicesRequest.Builder |
ListIndicesRequest.builder() |
ListIndicesRequest.Builder |
ListIndicesRequest.Builder.maxResults(Integer maxResults)
The maximum number of data sources to return.
|
ListIndicesRequest.Builder |
ListIndicesRequest.Builder.nextToken(String nextToken)
If the previous response was incomplete (because there is more data to retrieve), Amazon Kendra returns a
pagination token in the response.
|
ListIndicesRequest.Builder |
ListIndicesRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListIndicesRequest.Builder |
ListIndicesRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListIndicesRequest.Builder |
ListIndicesRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListIndicesRequest.Builder> |
ListIndicesRequest.serializableBuilderClass() |
Copyright © 2020. All rights reserved.