Uses of Class
software.amazon.awssdk.services.kendra.model.EntityPersonaConfiguration
-
Packages that use EntityPersonaConfiguration Package Description software.amazon.awssdk.services.kendra.model -
-
Uses of EntityPersonaConfiguration in software.amazon.awssdk.services.kendra.model
Methods in software.amazon.awssdk.services.kendra.model that return types with arguments of type EntityPersonaConfiguration Modifier and Type Method Description List<EntityPersonaConfiguration>AssociatePersonasToEntitiesRequest. personas()The personas that define the specific permissions of users or groups in your IAM Identity Center identity source.Methods in software.amazon.awssdk.services.kendra.model with parameters of type EntityPersonaConfiguration Modifier and Type Method Description AssociatePersonasToEntitiesRequest.BuilderAssociatePersonasToEntitiesRequest.Builder. personas(EntityPersonaConfiguration... personas)The personas that define the specific permissions of users or groups in your IAM Identity Center identity source.Method parameters in software.amazon.awssdk.services.kendra.model with type arguments of type EntityPersonaConfiguration Modifier and Type Method Description AssociatePersonasToEntitiesRequest.BuilderAssociatePersonasToEntitiesRequest.Builder. personas(Collection<EntityPersonaConfiguration> personas)The personas that define the specific permissions of users or groups in your IAM Identity Center identity source.
-