| 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<DeletePrincipalMappingResult> |
AbstractAWSkendraAsync.deletePrincipalMappingAsync(DeletePrincipalMappingRequest request,
AsyncHandler<DeletePrincipalMappingRequest,DeletePrincipalMappingResult> asyncHandler) |
Future<DeletePrincipalMappingResult> |
AWSkendraAsyncClient.deletePrincipalMappingAsync(DeletePrincipalMappingRequest request,
AsyncHandler<DeletePrincipalMappingRequest,DeletePrincipalMappingResult> asyncHandler) |
Future<DeletePrincipalMappingResult> |
AWSkendraAsync.deletePrincipalMappingAsync(DeletePrincipalMappingRequest deletePrincipalMappingRequest,
AsyncHandler<DeletePrincipalMappingRequest,DeletePrincipalMappingResult> asyncHandler)
Deletes a group so that all users and sub groups that belong to the group can no longer access documents only
available to that group.
|
| Modifier and Type | Method and Description |
|---|---|
DeletePrincipalMappingRequest |
DeletePrincipalMappingRequest.clone() |
DeletePrincipalMappingRequest |
DeletePrincipalMappingRequest.withDataSourceId(String dataSourceId)
The identifier of the data source you want to delete a group from.
|
DeletePrincipalMappingRequest |
DeletePrincipalMappingRequest.withGroupId(String groupId)
The identifier of the group you want to delete.
|
DeletePrincipalMappingRequest |
DeletePrincipalMappingRequest.withIndexId(String indexId)
The identifier of the index you want to delete a group from.
|
DeletePrincipalMappingRequest |
DeletePrincipalMappingRequest.withOrderingId(Long orderingId)
The timestamp identifier you specify to ensure Amazon Kendra does not override the latest
DELETE
action with previous actions. |
Copyright © 2024. All rights reserved.