Uses of Class
software.amazon.awssdk.services.kendra.model.Principal
-
Packages that use Principal Package Description software.amazon.awssdk.services.kendra.model -
-
Uses of Principal in software.amazon.awssdk.services.kendra.model
Methods in software.amazon.awssdk.services.kendra.model that return types with arguments of type Principal Modifier and Type Method Description List<Principal>CreateAccessControlConfigurationRequest. accessControlList()Information on principals (users and/or groups) and which documents they should have access to.List<Principal>DescribeAccessControlConfigurationResponse. accessControlList()Information on principals (users and/or groups) and which documents they should have access to.List<Principal>Document. accessControlList()Information on principals (users and/or groups) and which documents they should have access to.List<Principal>UpdateAccessControlConfigurationRequest. accessControlList()Information you want to update on principals (users and/or groups) and which documents they should have access to.List<Principal>HierarchicalPrincipal. principalList()A 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 Principal Modifier and Type Method Description CreateAccessControlConfigurationRequest.BuilderCreateAccessControlConfigurationRequest.Builder. accessControlList(Principal... accessControlList)Information on principals (users and/or groups) and which documents they should have access to.DescribeAccessControlConfigurationResponse.BuilderDescribeAccessControlConfigurationResponse.Builder. accessControlList(Principal... accessControlList)Information on principals (users and/or groups) and which documents they should have access to.Document.BuilderDocument.Builder. accessControlList(Principal... accessControlList)Information on principals (users and/or groups) and which documents they should have access to.UpdateAccessControlConfigurationRequest.BuilderUpdateAccessControlConfigurationRequest.Builder. accessControlList(Principal... accessControlList)Information you want to update on principals (users and/or groups) and which documents they should have access to.HierarchicalPrincipal.BuilderHierarchicalPrincipal.Builder. principalList(Principal... principalList)A 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 Principal Modifier and Type Method Description CreateAccessControlConfigurationRequest.BuilderCreateAccessControlConfigurationRequest.Builder. accessControlList(Collection<Principal> accessControlList)Information on principals (users and/or groups) and which documents they should have access to.DescribeAccessControlConfigurationResponse.BuilderDescribeAccessControlConfigurationResponse.Builder. accessControlList(Collection<Principal> accessControlList)Information on principals (users and/or groups) and which documents they should have access to.Document.BuilderDocument.Builder. accessControlList(Collection<Principal> accessControlList)Information on principals (users and/or groups) and which documents they should have access to.UpdateAccessControlConfigurationRequest.BuilderUpdateAccessControlConfigurationRequest.Builder. accessControlList(Collection<Principal> accessControlList)Information you want to update on principals (users and/or groups) and which documents they should have access to.HierarchicalPrincipal.BuilderHierarchicalPrincipal.Builder. principalList(Collection<Principal> principalList)A list of principal lists that define the hierarchy for which documents users should have access to.
-