Uses of Class
software.amazon.awssdk.services.kendra.model.DeletePrincipalMappingRequest
-
Packages that use DeletePrincipalMappingRequest Package Description software.amazon.awssdk.services.kendra Amazon Kendra is a service for indexing large document sets.software.amazon.awssdk.services.kendra.transform -
-
Uses of DeletePrincipalMappingRequest in software.amazon.awssdk.services.kendra
Methods in software.amazon.awssdk.services.kendra with parameters of type DeletePrincipalMappingRequest Modifier and Type Method Description default CompletableFuture<DeletePrincipalMappingResponse>KendraAsyncClient. deletePrincipalMapping(DeletePrincipalMappingRequest 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 DeletePrincipalMappingResponseKendraClient. deletePrincipalMapping(DeletePrincipalMappingRequest 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. -
Uses of DeletePrincipalMappingRequest in software.amazon.awssdk.services.kendra.transform
Methods in software.amazon.awssdk.services.kendra.transform with parameters of type DeletePrincipalMappingRequest Modifier and Type Method Description SdkHttpFullRequestDeletePrincipalMappingRequestMarshaller. marshall(DeletePrincipalMappingRequest deletePrincipalMappingRequest)
-