| 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 |
|---|---|
UpdateAccessControlConfigurationRequest |
UpdateAccessControlConfigurationRequest.clone() |
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.
|
UpdateAccessControlConfigurationRequest |
UpdateAccessControlConfigurationRequest.withAccessControlList(Principal... accessControlList)
Information you want to update on principals (users and/or groups) and which documents they should have access
to.
|
UpdateAccessControlConfigurationRequest |
UpdateAccessControlConfigurationRequest.withDescription(String description)
A new description for the access control configuration.
|
UpdateAccessControlConfigurationRequest |
UpdateAccessControlConfigurationRequest.withHierarchicalAccessControlList(Collection<HierarchicalPrincipal> hierarchicalAccessControlList)
The updated list of principal lists
that define the hierarchy for which documents users should have access to.
|
UpdateAccessControlConfigurationRequest |
UpdateAccessControlConfigurationRequest.withHierarchicalAccessControlList(HierarchicalPrincipal... hierarchicalAccessControlList)
The updated list of principal lists
that define the hierarchy for which documents users should have access to.
|
UpdateAccessControlConfigurationRequest |
UpdateAccessControlConfigurationRequest.withId(String id)
The identifier of the access control configuration you want to update.
|
UpdateAccessControlConfigurationRequest |
UpdateAccessControlConfigurationRequest.withIndexId(String indexId)
The identifier of the index for an access control configuration.
|
UpdateAccessControlConfigurationRequest |
UpdateAccessControlConfigurationRequest.withName(String name)
A new name for the access control configuration.
|
Copyright © 2024. All rights reserved.