| Package | Description |
|---|---|
| com.amazonaws.services.kendra.model |
| Modifier and Type | Method and Description |
|---|---|
PersonasSummary |
PersonasSummary.clone() |
PersonasSummary |
PersonasSummary.withCreatedAt(Date createdAt)
The date-time the summary information was created.
|
PersonasSummary |
PersonasSummary.withEntityId(String entityId)
The identifier of a user or group in your IAM Identity Center identity source.
|
PersonasSummary |
PersonasSummary.withPersona(Persona persona)
The persona that defines the specific permissions of the user or group in your IAM Identity Center identity
source.
|
PersonasSummary |
PersonasSummary.withPersona(String persona)
The persona that defines the specific permissions of the user or group in your IAM Identity Center identity
source.
|
PersonasSummary |
PersonasSummary.withUpdatedAt(Date updatedAt)
The date-time the summary information was last updated.
|
| Modifier and Type | Method and Description |
|---|---|
List<PersonasSummary> |
ListEntityPersonasResult.getSummaryItems()
An array of summary information for one or more users or groups.
|
| Modifier and Type | Method and Description |
|---|---|
ListEntityPersonasResult |
ListEntityPersonasResult.withSummaryItems(PersonasSummary... summaryItems)
An array of summary information for one or more users or groups.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListEntityPersonasResult.setSummaryItems(Collection<PersonasSummary> summaryItems)
An array of summary information for one or more users or groups.
|
ListEntityPersonasResult |
ListEntityPersonasResult.withSummaryItems(Collection<PersonasSummary> summaryItems)
An array of summary information for one or more users or groups.
|
Copyright © 2023. All rights reserved.