| Package | Description |
|---|---|
| software.amazon.awssdk.services.kendra.model |
| Modifier and Type | Method and Description |
|---|---|
static ListIndicesResponse.Builder |
ListIndicesResponse.builder() |
ListIndicesResponse.Builder |
ListIndicesResponse.Builder.indexConfigurationSummaryItems(Collection<IndexConfigurationSummary> indexConfigurationSummaryItems)
An array of summary information on the configuration of one or more indexes.
|
ListIndicesResponse.Builder |
ListIndicesResponse.Builder.indexConfigurationSummaryItems(Consumer<IndexConfigurationSummary.Builder>... indexConfigurationSummaryItems)
An array of summary information on the configuration of one or more indexes.
|
ListIndicesResponse.Builder |
ListIndicesResponse.Builder.indexConfigurationSummaryItems(IndexConfigurationSummary... indexConfigurationSummaryItems)
An array of summary information on the configuration of one or more indexes.
|
ListIndicesResponse.Builder |
ListIndicesResponse.Builder.nextToken(String nextToken)
If the response is truncated, Amazon Kendra returns this token that you can use in the subsequent request to
retrieve the next set of indexes.
|
ListIndicesResponse.Builder |
ListIndicesResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListIndicesResponse.Builder> |
ListIndicesResponse.serializableBuilderClass() |
Copyright © 2023. All rights reserved.