Uses of Class
software.amazon.awssdk.services.kendra.model.PutPrincipalMappingResponse
-
Packages that use PutPrincipalMappingResponse Package Description software.amazon.awssdk.services.kendra Amazon Kendra is a service for indexing large document sets. -
-
Uses of PutPrincipalMappingResponse in software.amazon.awssdk.services.kendra
Methods in software.amazon.awssdk.services.kendra that return PutPrincipalMappingResponse Modifier and Type Method Description default PutPrincipalMappingResponseKendraClient. putPrincipalMapping(Consumer<PutPrincipalMappingRequest.Builder> putPrincipalMappingRequest)Maps users to their groups so that you only need to provide the user ID when you issue the query.default PutPrincipalMappingResponseKendraClient. putPrincipalMapping(PutPrincipalMappingRequest putPrincipalMappingRequest)Maps users to their groups so that you only need to provide the user ID when you issue the query.Methods in software.amazon.awssdk.services.kendra that return types with arguments of type PutPrincipalMappingResponse Modifier and Type Method Description default CompletableFuture<PutPrincipalMappingResponse>KendraAsyncClient. putPrincipalMapping(Consumer<PutPrincipalMappingRequest.Builder> putPrincipalMappingRequest)Maps users to their groups so that you only need to provide the user ID when you issue the query.default CompletableFuture<PutPrincipalMappingResponse>KendraAsyncClient. putPrincipalMapping(PutPrincipalMappingRequest putPrincipalMappingRequest)Maps users to their groups so that you only need to provide the user ID when you issue the query.
-