| Package | Description |
|---|---|
| software.amazon.awssdk.services.kendra.model |
| Modifier and Type | Method and Description |
|---|---|
List<Principal> |
CreateAccessControlConfigurationRequest.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> |
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> |
HierarchicalPrincipal.principalList()
A list of principal lists that
define the hierarchy for which documents users should have access to.
|
| Modifier and Type | Method and Description |
|---|---|
CreateAccessControlConfigurationRequest.Builder |
CreateAccessControlConfigurationRequest.Builder.accessControlList(Principal... accessControlList)
Information on principals (users and/or groups) and which documents they should have access to.
|
UpdateAccessControlConfigurationRequest.Builder |
UpdateAccessControlConfigurationRequest.Builder.accessControlList(Principal... accessControlList)
Information you want to update on principals (users and/or groups) and which documents they should have
access to.
|
DescribeAccessControlConfigurationResponse.Builder |
DescribeAccessControlConfigurationResponse.Builder.accessControlList(Principal... accessControlList)
Information on principals (users and/or groups) and which documents they should have access to.
|
Document.Builder |
Document.Builder.accessControlList(Principal... accessControlList)
Information on principals (users and/or groups) and which documents they should have access to.
|
HierarchicalPrincipal.Builder |
HierarchicalPrincipal.Builder.principalList(Principal... principalList)
A list of principal lists that
define the hierarchy for which documents users should have access to.
|
| Modifier and Type | Method and Description |
|---|---|
CreateAccessControlConfigurationRequest.Builder |
CreateAccessControlConfigurationRequest.Builder.accessControlList(Collection<Principal> accessControlList)
Information on principals (users and/or groups) and which documents they should have access to.
|
UpdateAccessControlConfigurationRequest.Builder |
UpdateAccessControlConfigurationRequest.Builder.accessControlList(Collection<Principal> accessControlList)
Information you want to update on principals (users and/or groups) and which documents they should have
access to.
|
DescribeAccessControlConfigurationResponse.Builder |
DescribeAccessControlConfigurationResponse.Builder.accessControlList(Collection<Principal> accessControlList)
Information on principals (users and/or groups) and which documents they should have access to.
|
Document.Builder |
Document.Builder.accessControlList(Collection<Principal> accessControlList)
Information on principals (users and/or groups) and which documents they should have access to.
|
HierarchicalPrincipal.Builder |
HierarchicalPrincipal.Builder.principalList(Collection<Principal> principalList)
A list of principal lists that
define the hierarchy for which documents users should have access to.
|
Copyright © 2023. All rights reserved.