Uses of Class
software.amazon.awssdk.services.kendra.model.Persona
-
Packages that use Persona Package Description software.amazon.awssdk.services.kendra.model -
-
Uses of Persona in software.amazon.awssdk.services.kendra.model
Methods in software.amazon.awssdk.services.kendra.model that return Persona Modifier and Type Method Description static PersonaPersona. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.PersonaEntityPersonaConfiguration. persona()The persona that defines the specific permissions of the user or group in your IAM Identity Center identity source.PersonaPersonasSummary. persona()The persona that defines the specific permissions of the user or group in your IAM Identity Center identity source.static PersonaPersona. valueOf(String name)Returns the enum constant of this type with the specified name.static Persona[]Persona. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.kendra.model that return types with arguments of type Persona Modifier and Type Method Description static Set<Persona>Persona. knownValues()Methods in software.amazon.awssdk.services.kendra.model with parameters of type Persona Modifier and Type Method Description EntityPersonaConfiguration.BuilderEntityPersonaConfiguration.Builder. persona(Persona persona)The persona that defines the specific permissions of the user or group in your IAM Identity Center identity source.PersonasSummary.BuilderPersonasSummary.Builder. persona(Persona persona)The persona that defines the specific permissions of the user or group in your IAM Identity Center identity source.
-