Uses of Class
software.amazon.awssdk.services.kendra.model.ThesaurusSummary
-
Packages that use ThesaurusSummary Package Description software.amazon.awssdk.services.kendra.model -
-
Uses of ThesaurusSummary in software.amazon.awssdk.services.kendra.model
Methods in software.amazon.awssdk.services.kendra.model that return types with arguments of type ThesaurusSummary Modifier and Type Method Description List<ThesaurusSummary>ListThesauriResponse. thesaurusSummaryItems()An array of summary information for a thesaurus or multiple thesauri.Methods in software.amazon.awssdk.services.kendra.model with parameters of type ThesaurusSummary Modifier and Type Method Description ListThesauriResponse.BuilderListThesauriResponse.Builder. thesaurusSummaryItems(ThesaurusSummary... thesaurusSummaryItems)An array of summary information for a thesaurus or multiple thesauri.Method parameters in software.amazon.awssdk.services.kendra.model with type arguments of type ThesaurusSummary Modifier and Type Method Description ListThesauriResponse.BuilderListThesauriResponse.Builder. thesaurusSummaryItems(Collection<ThesaurusSummary> thesaurusSummaryItems)An array of summary information for a thesaurus or multiple thesauri.
-