Uses of Class
software.amazon.awssdk.services.kendra.model.PutPrincipalMappingRequest
-
Packages that use PutPrincipalMappingRequest 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 PutPrincipalMappingRequest in software.amazon.awssdk.services.kendra
Methods in software.amazon.awssdk.services.kendra with parameters of type PutPrincipalMappingRequest Modifier and Type Method Description 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.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. -
Uses of PutPrincipalMappingRequest in software.amazon.awssdk.services.kendra.transform
Methods in software.amazon.awssdk.services.kendra.transform with parameters of type PutPrincipalMappingRequest Modifier and Type Method Description SdkHttpFullRequestPutPrincipalMappingRequestMarshaller. marshall(PutPrincipalMappingRequest putPrincipalMappingRequest)
-