| Package | Description |
|---|---|
| com.amazonaws.services.kendra.model |
| Modifier and Type | Method and Description |
|---|---|
Principal |
Principal.clone() |
Principal |
Principal.withAccess(ReadAccessType access)
Whether to allow or deny access to the principal.
|
Principal |
Principal.withAccess(String access)
Whether to allow or deny access to the principal.
|
Principal |
Principal.withDataSourceId(String dataSourceId)
The identifier of the data source the principal should access documents from.
|
Principal |
Principal.withName(String name)
The name of the user or group.
|
Principal |
Principal.withType(PrincipalType type)
The type of principal.
|
Principal |
Principal.withType(String type)
The type of principal.
|
| Modifier and Type | Method and Description |
|---|---|
List<Principal> |
Document.getAccessControlList()
Information on user and group access rights, which is used for user context filtering.
|
List<Principal> |
HierarchicalPrincipal.getPrincipalList()
A list of principal lists that
define the hierarchy for which documents users should have access to.
|
| Modifier and Type | Method and Description |
|---|---|
Document |
Document.withAccessControlList(Principal... accessControlList)
Information on user and group access rights, which is used for user context filtering.
|
HierarchicalPrincipal |
HierarchicalPrincipal.withPrincipalList(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 |
|---|---|
void |
Document.setAccessControlList(Collection<Principal> accessControlList)
Information on user and group access rights, which is used for user context filtering.
|
void |
HierarchicalPrincipal.setPrincipalList(Collection<Principal> principalList)
A list of principal lists that
define the hierarchy for which documents users should have access to.
|
Document |
Document.withAccessControlList(Collection<Principal> accessControlList)
Information on user and group access rights, which is used for user context filtering.
|
HierarchicalPrincipal |
HierarchicalPrincipal.withPrincipalList(Collection<Principal> principalList)
A list of principal lists that
define the hierarchy for which documents users should have access to.
|
Copyright © 2022. All rights reserved.