Uses of Class
software.amazon.awssdk.services.kendra.model.ExperienceEntitiesSummary
-
Packages that use ExperienceEntitiesSummary Package Description software.amazon.awssdk.services.kendra.model -
-
Uses of ExperienceEntitiesSummary in software.amazon.awssdk.services.kendra.model
Methods in software.amazon.awssdk.services.kendra.model that return types with arguments of type ExperienceEntitiesSummary Modifier and Type Method Description List<ExperienceEntitiesSummary>ListExperienceEntitiesResponse. summaryItems()An array of summary information for one or more users or groups.Methods in software.amazon.awssdk.services.kendra.model with parameters of type ExperienceEntitiesSummary Modifier and Type Method Description ListExperienceEntitiesResponse.BuilderListExperienceEntitiesResponse.Builder. summaryItems(ExperienceEntitiesSummary... summaryItems)An array of summary information for one or more users or groups.Method parameters in software.amazon.awssdk.services.kendra.model with type arguments of type ExperienceEntitiesSummary Modifier and Type Method Description ListExperienceEntitiesResponse.BuilderListExperienceEntitiesResponse.Builder. summaryItems(Collection<ExperienceEntitiesSummary> summaryItems)An array of summary information for one or more users or groups.
-