Uses of Interface
software.amazon.awssdk.services.kendra.model.DescribePrincipalMappingRequest.Builder
-
Packages that use DescribePrincipalMappingRequest.Builder Package Description software.amazon.awssdk.services.kendra Amazon Kendra is a service for indexing large document sets.software.amazon.awssdk.services.kendra.model -
-
Uses of DescribePrincipalMappingRequest.Builder in software.amazon.awssdk.services.kendra
Method parameters in software.amazon.awssdk.services.kendra with type arguments of type DescribePrincipalMappingRequest.Builder 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 DescribePrincipalMappingResponseKendraClient. describePrincipalMapping(Consumer<DescribePrincipalMappingRequest.Builder> describePrincipalMappingRequest)Describes the processing ofPUTandDELETEactions for mapping users to their groups. -
Uses of DescribePrincipalMappingRequest.Builder in software.amazon.awssdk.services.kendra.model
Methods in software.amazon.awssdk.services.kendra.model that return DescribePrincipalMappingRequest.Builder Modifier and Type Method Description static DescribePrincipalMappingRequest.BuilderDescribePrincipalMappingRequest. builder()DescribePrincipalMappingRequest.BuilderDescribePrincipalMappingRequest.Builder. dataSourceId(String dataSourceId)The identifier of the data source to check the processing ofPUTandDELETEactions for mapping users to their groups.DescribePrincipalMappingRequest.BuilderDescribePrincipalMappingRequest.Builder. groupId(String groupId)The identifier of the group required to check the processing ofPUTandDELETEactions for mapping users to their groups.DescribePrincipalMappingRequest.BuilderDescribePrincipalMappingRequest.Builder. indexId(String indexId)The identifier of the index required to check the processing ofPUTandDELETEactions for mapping users to their groups.DescribePrincipalMappingRequest.BuilderDescribePrincipalMappingRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DescribePrincipalMappingRequest.BuilderDescribePrincipalMappingRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)DescribePrincipalMappingRequest.BuilderDescribePrincipalMappingRequest. toBuilder()Methods in software.amazon.awssdk.services.kendra.model that return types with arguments of type DescribePrincipalMappingRequest.Builder Modifier and Type Method Description static Class<? extends DescribePrincipalMappingRequest.Builder>DescribePrincipalMappingRequest. serializableBuilderClass()
-