| Package | Description |
|---|---|
| software.amazon.awssdk.services.kendra |
Amazon Kendra is a service for indexing large document sets.
|
| software.amazon.awssdk.services.kendra.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<DeletePrincipalMappingResponse> |
KendraAsyncClient.deletePrincipalMapping(Consumer<DeletePrincipalMappingRequest.Builder> deletePrincipalMappingRequest)
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.
|
default DeletePrincipalMappingResponse |
KendraClient.deletePrincipalMapping(Consumer<DeletePrincipalMappingRequest.Builder> deletePrincipalMappingRequest)
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 |
|---|---|
static DeletePrincipalMappingRequest.Builder |
DeletePrincipalMappingRequest.builder() |
DeletePrincipalMappingRequest.Builder |
DeletePrincipalMappingRequest.Builder.dataSourceId(String dataSourceId)
The identifier of the data source you want to delete a group from.
|
DeletePrincipalMappingRequest.Builder |
DeletePrincipalMappingRequest.Builder.groupId(String groupId)
The identifier of the group you want to delete.
|
DeletePrincipalMappingRequest.Builder |
DeletePrincipalMappingRequest.Builder.indexId(String indexId)
The identifier of the index you want to delete a group from.
|
DeletePrincipalMappingRequest.Builder |
DeletePrincipalMappingRequest.Builder.orderingId(Long orderingId)
The timestamp identifier you specify to ensure Amazon Kendra does not override the latest
DELETE
action with previous actions. |
DeletePrincipalMappingRequest.Builder |
DeletePrincipalMappingRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DeletePrincipalMappingRequest.Builder |
DeletePrincipalMappingRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
DeletePrincipalMappingRequest.Builder |
DeletePrincipalMappingRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DeletePrincipalMappingRequest.Builder> |
DeletePrincipalMappingRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.