Uses of Class
software.amazon.awssdk.services.kendra.model.IndexConfigurationSummary
-
Packages that use IndexConfigurationSummary Package Description software.amazon.awssdk.services.kendra.model -
-
Uses of IndexConfigurationSummary in software.amazon.awssdk.services.kendra.model
Methods in software.amazon.awssdk.services.kendra.model that return types with arguments of type IndexConfigurationSummary Modifier and Type Method Description List<IndexConfigurationSummary>ListIndicesResponse. indexConfigurationSummaryItems()An array of summary information on the configuration of one or more indexes.Methods in software.amazon.awssdk.services.kendra.model with parameters of type IndexConfigurationSummary Modifier and Type Method Description ListIndicesResponse.BuilderListIndicesResponse.Builder. indexConfigurationSummaryItems(IndexConfigurationSummary... indexConfigurationSummaryItems)An array of summary information on the configuration of one or more indexes.Method parameters in software.amazon.awssdk.services.kendra.model with type arguments of type IndexConfigurationSummary Modifier and Type Method Description ListIndicesResponse.BuilderListIndicesResponse.Builder. indexConfigurationSummaryItems(Collection<IndexConfigurationSummary> indexConfigurationSummaryItems)An array of summary information on the configuration of one or more indexes.
-