| Package | Description |
|---|---|
| com.amazonaws.services.kendra |
Amazon Kendra is a service for indexing large document sets.
|
| com.amazonaws.services.kendra.model |
| Modifier and Type | Method and Description |
|---|---|
CreateAccessControlConfigurationRequest |
CreateAccessControlConfigurationRequest.clone() |
CreateAccessControlConfigurationRequest |
CreateAccessControlConfigurationRequest.withAccessControlList(Collection<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.
|
CreateAccessControlConfigurationRequest |
CreateAccessControlConfigurationRequest.withClientToken(String clientToken)
A token that you provide to identify the request to create an access control configuration.
|
CreateAccessControlConfigurationRequest |
CreateAccessControlConfigurationRequest.withDescription(String description)
A description for the access control configuration.
|
CreateAccessControlConfigurationRequest |
CreateAccessControlConfigurationRequest.withHierarchicalAccessControlList(Collection<HierarchicalPrincipal> hierarchicalAccessControlList)
The list of principal lists that
define the hierarchy for which documents users should have access to.
|
CreateAccessControlConfigurationRequest |
CreateAccessControlConfigurationRequest.withHierarchicalAccessControlList(HierarchicalPrincipal... hierarchicalAccessControlList)
The list of principal lists that
define the hierarchy for which documents users should have access to.
|
CreateAccessControlConfigurationRequest |
CreateAccessControlConfigurationRequest.withIndexId(String indexId)
The identifier of the index to create an access control configuration for your documents.
|
CreateAccessControlConfigurationRequest |
CreateAccessControlConfigurationRequest.withName(String name)
A name for the access control configuration.
|
Copyright © 2024. All rights reserved.