| Package | Description |
|---|---|
| com.amazonaws.services.kendra |
Amazon Kendra is a service for indexing large document sets.
|
| com.amazonaws.services.kendra.model |
| Modifier and Type | Method and Description |
|---|---|
ListEntityPersonasResult |
AbstractAWSkendra.listEntityPersonas(ListEntityPersonasRequest request) |
ListEntityPersonasResult |
AWSkendra.listEntityPersonas(ListEntityPersonasRequest listEntityPersonasRequest)
Lists specific permissions of users and groups with access to your Amazon Kendra experience.
|
ListEntityPersonasResult |
AWSkendraClient.listEntityPersonas(ListEntityPersonasRequest request)
Lists specific permissions of users and groups with access to your Amazon Kendra experience.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListEntityPersonasResult> |
AbstractAWSkendraAsync.listEntityPersonasAsync(ListEntityPersonasRequest request,
AsyncHandler<ListEntityPersonasRequest,ListEntityPersonasResult> asyncHandler) |
Future<ListEntityPersonasResult> |
AWSkendraAsyncClient.listEntityPersonasAsync(ListEntityPersonasRequest request,
AsyncHandler<ListEntityPersonasRequest,ListEntityPersonasResult> asyncHandler) |
Future<ListEntityPersonasResult> |
AWSkendraAsync.listEntityPersonasAsync(ListEntityPersonasRequest listEntityPersonasRequest,
AsyncHandler<ListEntityPersonasRequest,ListEntityPersonasResult> asyncHandler)
Lists specific permissions of users and groups with access to your Amazon Kendra experience.
|
| Modifier and Type | Method and Description |
|---|---|
ListEntityPersonasResult |
ListEntityPersonasResult.clone() |
ListEntityPersonasResult |
ListEntityPersonasResult.withNextToken(String nextToken)
If the response is truncated, Amazon Kendra returns this token, which you can use in a later request to retrieve
the next set of users or groups.
|
ListEntityPersonasResult |
ListEntityPersonasResult.withSummaryItems(Collection<PersonasSummary> summaryItems)
An array of summary information for one or more users or groups.
|
ListEntityPersonasResult |
ListEntityPersonasResult.withSummaryItems(PersonasSummary... summaryItems)
An array of summary information for one or more users or groups.
|
Copyright © 2022. All rights reserved.