| 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 |
|---|---|
Future<ListEntityPersonasResult> |
AbstractAWSkendraAsync.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.
|
Future<ListEntityPersonasResult> |
AWSkendraAsyncClient.listEntityPersonasAsync(ListEntityPersonasRequest request,
AsyncHandler<ListEntityPersonasRequest,ListEntityPersonasResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListEntityPersonasRequest |
ListEntityPersonasRequest.clone() |
ListEntityPersonasRequest |
ListEntityPersonasRequest.withId(String id)
The identifier of your Amazon Kendra experience.
|
ListEntityPersonasRequest |
ListEntityPersonasRequest.withIndexId(String indexId)
The identifier of the index for your Amazon Kendra experience.
|
ListEntityPersonasRequest |
ListEntityPersonasRequest.withMaxResults(Integer maxResults)
The maximum number of returned users or groups.
|
ListEntityPersonasRequest |
ListEntityPersonasRequest.withNextToken(String nextToken)
If the previous response was incomplete (because there is more data to retrieve), Amazon Kendra returns a
pagination token in the response.
|
Copyright © 2023. All rights reserved.