| 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 document access to the principal.
|
Principal |
Principal.withAccess(String access)
Whether to allow or deny document 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 principals (users and/or groups) and which documents they should have access to.
|
List<Principal> |
UpdateAccessControlConfigurationRequest.getAccessControlList()
Information you want to update on principals (users and/or groups) and which documents they should have access
to.
|
List<Principal> |
DescribeAccessControlConfigurationResult.getAccessControlList()
Information on principals (users and/or groups) and which documents they should have access to.
|
List<Principal> |
CreateAccessControlConfigurationRequest.getAccessControlList()
Information on principals (users and/or groups) and which documents they should have access to.
|
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 principals (users and/or groups) and which documents they should have access to.
|
UpdateAccessControlConfigurationRequest |
UpdateAccessControlConfigurationRequest.withAccessControlList(Principal... accessControlList)
Information you want to update on principals (users and/or groups) and which documents they should have access
to.
|
DescribeAccessControlConfigurationResult |
DescribeAccessControlConfigurationResult.withAccessControlList(Principal... accessControlList)
Information on principals (users and/or groups) and which documents they should have access to.
|
CreateAccessControlConfigurationRequest |
CreateAccessControlConfigurationRequest.withAccessControlList(Principal... accessControlList)
Information on principals (users and/or groups) and which documents they should have access to.
|
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 principals (users and/or groups) and which documents they should have access to.
|
void |
UpdateAccessControlConfigurationRequest.setAccessControlList(Collection<Principal> accessControlList)
Information you want to update on principals (users and/or groups) and which documents they should have access
to.
|
void |
DescribeAccessControlConfigurationResult.setAccessControlList(Collection<Principal> accessControlList)
Information on principals (users and/or groups) and which documents they should have access to.
|
void |
CreateAccessControlConfigurationRequest.setAccessControlList(Collection<Principal> accessControlList)
Information on principals (users and/or groups) and which documents they should have access to.
|
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 principals (users and/or groups) and which documents they should have access to.
|
UpdateAccessControlConfigurationRequest |
UpdateAccessControlConfigurationRequest.withAccessControlList(Collection<Principal> accessControlList)
Information you want to update on principals (users and/or groups) and which documents they should have access
to.
|
DescribeAccessControlConfigurationResult |
DescribeAccessControlConfigurationResult.withAccessControlList(Collection<Principal> accessControlList)
Information on principals (users and/or groups) and which documents they should have access to.
|
CreateAccessControlConfigurationRequest |
CreateAccessControlConfigurationRequest.withAccessControlList(Collection<Principal> accessControlList)
Information on principals (users and/or groups) and which documents they should have access to.
|
HierarchicalPrincipal |
HierarchicalPrincipal.withPrincipalList(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.