| Package | Description |
|---|---|
| software.amazon.awssdk.services.kendra.model |
| Modifier and Type | Method and Description |
|---|---|
List<HierarchicalPrincipal> |
CreateAccessControlConfigurationRequest.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.
|
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.
|
| Modifier and Type | Method and Description |
|---|---|
CreateAccessControlConfigurationRequest.Builder |
CreateAccessControlConfigurationRequest.Builder.hierarchicalAccessControlList(HierarchicalPrincipal... hierarchicalAccessControlList)
The list of principal lists
that define the hierarchy for which documents users should have access to.
|
UpdateAccessControlConfigurationRequest.Builder |
UpdateAccessControlConfigurationRequest.Builder.hierarchicalAccessControlList(HierarchicalPrincipal... hierarchicalAccessControlList)
The updated list of principal
lists that define the hierarchy for which documents users should have access to.
|
DescribeAccessControlConfigurationResponse.Builder |
DescribeAccessControlConfigurationResponse.Builder.hierarchicalAccessControlList(HierarchicalPrincipal... hierarchicalAccessControlList)
The list of principal lists
that define the hierarchy for which documents users should have access to.
|
Document.Builder |
Document.Builder.hierarchicalAccessControlList(HierarchicalPrincipal... hierarchicalAccessControlList)
The 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.hierarchicalAccessControlList(Collection<HierarchicalPrincipal> hierarchicalAccessControlList)
The list of principal lists
that define the hierarchy for which documents users should have access to.
|
UpdateAccessControlConfigurationRequest.Builder |
UpdateAccessControlConfigurationRequest.Builder.hierarchicalAccessControlList(Collection<HierarchicalPrincipal> hierarchicalAccessControlList)
The updated list of principal
lists that define the hierarchy for which documents users should have access to.
|
DescribeAccessControlConfigurationResponse.Builder |
DescribeAccessControlConfigurationResponse.Builder.hierarchicalAccessControlList(Collection<HierarchicalPrincipal> hierarchicalAccessControlList)
The list of principal lists
that define the hierarchy for which documents users should have access to.
|
Document.Builder |
Document.Builder.hierarchicalAccessControlList(Collection<HierarchicalPrincipal> hierarchicalAccessControlList)
The list of principal lists
that define the hierarchy for which documents users should have access to.
|
Copyright © 2023. All rights reserved.