Uses of Class
software.amazon.awssdk.services.kendra.model.DescribePrincipalMappingResponse
-
Packages that use DescribePrincipalMappingResponse Package Description software.amazon.awssdk.services.kendra Amazon Kendra is a service for indexing large document sets. -
-
Uses of DescribePrincipalMappingResponse in software.amazon.awssdk.services.kendra
Methods in software.amazon.awssdk.services.kendra that return DescribePrincipalMappingResponse Modifier and Type Method Description default DescribePrincipalMappingResponseKendraClient. describePrincipalMapping(Consumer<DescribePrincipalMappingRequest.Builder> 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.Methods in software.amazon.awssdk.services.kendra that return types with arguments of type DescribePrincipalMappingResponse Modifier and Type Method Description default CompletableFuture<DescribePrincipalMappingResponse>KendraAsyncClient. describePrincipalMapping(Consumer<DescribePrincipalMappingRequest.Builder> describePrincipalMappingRequest)Describes the processing ofPUTandDELETEactions for mapping users to their groups.default CompletableFuture<DescribePrincipalMappingResponse>KendraAsyncClient. describePrincipalMapping(DescribePrincipalMappingRequest describePrincipalMappingRequest)Describes the processing ofPUTandDELETEactions for mapping users to their groups.
-