Uses of Class
software.amazon.awssdk.services.kendra.model.DescribePrincipalMappingRequest
-
Packages that use DescribePrincipalMappingRequest 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 DescribePrincipalMappingRequest in software.amazon.awssdk.services.kendra
Methods in software.amazon.awssdk.services.kendra with parameters of type DescribePrincipalMappingRequest Modifier and Type Method Description default CompletableFuture<DescribePrincipalMappingResponse>KendraAsyncClient. describePrincipalMapping(DescribePrincipalMappingRequest describePrincipalMappingRequest)Describes the processing ofPUTandDELETEactions for mapping users to their groups.default DescribePrincipalMappingResponseKendraClient. describePrincipalMapping(DescribePrincipalMappingRequest describePrincipalMappingRequest)Describes the processing ofPUTandDELETEactions for mapping users to their groups. -
Uses of DescribePrincipalMappingRequest in software.amazon.awssdk.services.kendra.transform
Methods in software.amazon.awssdk.services.kendra.transform with parameters of type DescribePrincipalMappingRequest Modifier and Type Method Description SdkHttpFullRequestDescribePrincipalMappingRequestMarshaller. marshall(DescribePrincipalMappingRequest describePrincipalMappingRequest)
-