Uses of Class
software.amazon.awssdk.services.kendra.model.PersonasSummary
-
Packages that use PersonasSummary Package Description software.amazon.awssdk.services.kendra.model -
-
Uses of PersonasSummary in software.amazon.awssdk.services.kendra.model
Methods in software.amazon.awssdk.services.kendra.model that return types with arguments of type PersonasSummary Modifier and Type Method Description List<PersonasSummary>ListEntityPersonasResponse. 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 PersonasSummary Modifier and Type Method Description ListEntityPersonasResponse.BuilderListEntityPersonasResponse.Builder. summaryItems(PersonasSummary... 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 PersonasSummary Modifier and Type Method Description ListEntityPersonasResponse.BuilderListEntityPersonasResponse.Builder. summaryItems(Collection<PersonasSummary> summaryItems)An array of summary information for one or more users or groups.
-