| 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<PutPrincipalMappingResult> |
AbstractAWSkendraAsync.putPrincipalMappingAsync(PutPrincipalMappingRequest request,
AsyncHandler<PutPrincipalMappingRequest,PutPrincipalMappingResult> asyncHandler) |
Future<PutPrincipalMappingResult> |
AWSkendraAsyncClient.putPrincipalMappingAsync(PutPrincipalMappingRequest request,
AsyncHandler<PutPrincipalMappingRequest,PutPrincipalMappingResult> asyncHandler) |
Future<PutPrincipalMappingResult> |
AWSkendraAsync.putPrincipalMappingAsync(PutPrincipalMappingRequest putPrincipalMappingRequest,
AsyncHandler<PutPrincipalMappingRequest,PutPrincipalMappingResult> asyncHandler)
Maps users to their groups so that you only need to provide the user ID when you issue the query.
|
| Modifier and Type | Method and Description |
|---|---|
PutPrincipalMappingRequest |
PutPrincipalMappingRequest.clone() |
PutPrincipalMappingRequest |
PutPrincipalMappingRequest.withDataSourceId(String dataSourceId)
The identifier of the data source you want to map users to their groups.
|
PutPrincipalMappingRequest |
PutPrincipalMappingRequest.withGroupId(String groupId)
The identifier of the group you want to map its users to.
|
PutPrincipalMappingRequest |
PutPrincipalMappingRequest.withGroupMembers(GroupMembers groupMembers)
The list that contains your users or sub groups that belong the same group.
|
PutPrincipalMappingRequest |
PutPrincipalMappingRequest.withIndexId(String indexId)
The identifier of the index you want to map users to their groups.
|
PutPrincipalMappingRequest |
PutPrincipalMappingRequest.withOrderingId(Long orderingId)
The timestamp identifier you specify to ensure Amazon Kendra does not override the latest
PUT action
with previous actions. |
PutPrincipalMappingRequest |
PutPrincipalMappingRequest.withRoleArn(String roleArn)
The Amazon Resource Name (ARN) of a role that has access to the S3 file that contains your list of users or sub
groups that belong to a group.
|
Copyright © 2023. All rights reserved.