Uses of Class
software.amazon.awssdk.services.kendra.model.HierarchicalPrincipal
-
Packages that use HierarchicalPrincipal Package Description software.amazon.awssdk.services.kendra.model -
-
Uses of HierarchicalPrincipal in software.amazon.awssdk.services.kendra.model
Methods in software.amazon.awssdk.services.kendra.model that return types with arguments of type HierarchicalPrincipal Modifier and Type Method Description List<HierarchicalPrincipal>CreateAccessControlConfigurationRequest. hierarchicalAccessControlList()The list of principal lists that define the hierarchy for which documents users should have access to.List<HierarchicalPrincipal>DescribeAccessControlConfigurationResponse. hierarchicalAccessControlList()The list of principal lists that define the hierarchy for which documents users should have access to.List<HierarchicalPrincipal>Document. hierarchicalAccessControlList()The list of principal lists that define the hierarchy for which documents users should have access to.List<HierarchicalPrincipal>UpdateAccessControlConfigurationRequest. hierarchicalAccessControlList()The updated list of principal lists that define the hierarchy for which documents users should have access to.Methods in software.amazon.awssdk.services.kendra.model with parameters of type HierarchicalPrincipal Modifier and Type Method Description CreateAccessControlConfigurationRequest.BuilderCreateAccessControlConfigurationRequest.Builder. hierarchicalAccessControlList(HierarchicalPrincipal... hierarchicalAccessControlList)The list of principal lists that define the hierarchy for which documents users should have access to.DescribeAccessControlConfigurationResponse.BuilderDescribeAccessControlConfigurationResponse.Builder. hierarchicalAccessControlList(HierarchicalPrincipal... hierarchicalAccessControlList)The list of principal lists that define the hierarchy for which documents users should have access to.Document.BuilderDocument.Builder. hierarchicalAccessControlList(HierarchicalPrincipal... hierarchicalAccessControlList)The list of principal lists that define the hierarchy for which documents users should have access to.UpdateAccessControlConfigurationRequest.BuilderUpdateAccessControlConfigurationRequest.Builder. hierarchicalAccessControlList(HierarchicalPrincipal... hierarchicalAccessControlList)The updated list of principal lists that define the hierarchy for which documents users should have access to.Method parameters in software.amazon.awssdk.services.kendra.model with type arguments of type HierarchicalPrincipal Modifier and Type Method Description CreateAccessControlConfigurationRequest.BuilderCreateAccessControlConfigurationRequest.Builder. hierarchicalAccessControlList(Collection<HierarchicalPrincipal> hierarchicalAccessControlList)The list of principal lists that define the hierarchy for which documents users should have access to.DescribeAccessControlConfigurationResponse.BuilderDescribeAccessControlConfigurationResponse.Builder. hierarchicalAccessControlList(Collection<HierarchicalPrincipal> hierarchicalAccessControlList)The list of principal lists that define the hierarchy for which documents users should have access to.Document.BuilderDocument.Builder. hierarchicalAccessControlList(Collection<HierarchicalPrincipal> hierarchicalAccessControlList)The list of principal lists that define the hierarchy for which documents users should have access to.UpdateAccessControlConfigurationRequest.BuilderUpdateAccessControlConfigurationRequest.Builder. hierarchicalAccessControlList(Collection<HierarchicalPrincipal> hierarchicalAccessControlList)The updated list of principal lists that define the hierarchy for which documents users should have access to.
-