| Package | Description |
|---|---|
| software.amazon.awssdk.services.kendra.model |
| Modifier and Type | Method and Description |
|---|---|
List<DataSourceGroup> |
UserContext.dataSourceGroups()
The list of data source groups you want to filter search results based on groups' access to documents in that
data source.
|
| Modifier and Type | Method and Description |
|---|---|
UserContext.Builder |
UserContext.Builder.dataSourceGroups(DataSourceGroup... dataSourceGroups)
The list of data source groups you want to filter search results based on groups' access to documents in that
data source.
|
| Modifier and Type | Method and Description |
|---|---|
UserContext.Builder |
UserContext.Builder.dataSourceGroups(Collection<DataSourceGroup> dataSourceGroups)
The list of data source groups you want to filter search results based on groups' access to documents in that
data source.
|
Copyright © 2023. All rights reserved.