| 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<DescribePrincipalMappingResult> |
AbstractAWSkendraAsync.describePrincipalMappingAsync(DescribePrincipalMappingRequest request,
AsyncHandler<DescribePrincipalMappingRequest,DescribePrincipalMappingResult> asyncHandler) |
Future<DescribePrincipalMappingResult> |
AWSkendraAsyncClient.describePrincipalMappingAsync(DescribePrincipalMappingRequest request,
AsyncHandler<DescribePrincipalMappingRequest,DescribePrincipalMappingResult> asyncHandler) |
Future<DescribePrincipalMappingResult> |
AWSkendraAsync.describePrincipalMappingAsync(DescribePrincipalMappingRequest describePrincipalMappingRequest,
AsyncHandler<DescribePrincipalMappingRequest,DescribePrincipalMappingResult> asyncHandler)
Describes the processing of
PUT and DELETE actions for mapping users to their groups. |
| Modifier and Type | Method and Description |
|---|---|
DescribePrincipalMappingRequest |
DescribePrincipalMappingRequest.clone() |
DescribePrincipalMappingRequest |
DescribePrincipalMappingRequest.withDataSourceId(String dataSourceId)
The identifier of the data source to check the processing of
PUT and DELETE actions for
mapping users to their groups. |
DescribePrincipalMappingRequest |
DescribePrincipalMappingRequest.withGroupId(String groupId)
The identifier of the group required to check the processing of
PUT and DELETE actions
for mapping users to their groups. |
DescribePrincipalMappingRequest |
DescribePrincipalMappingRequest.withIndexId(String indexId)
The identifier of the index required to check the processing of
PUT and DELETE actions
for mapping users to their groups. |
Copyright © 2025. All rights reserved.