| Package | Description |
|---|---|
| com.amazonaws.services.kendra.model |
| Modifier and Type | Method and Description |
|---|---|
DataSourceGroup |
DataSourceGroup.clone() |
DataSourceGroup |
DataSourceGroup.withDataSourceId(String dataSourceId)
The identifier of the data source group you want to add to your list of data source groups.
|
DataSourceGroup |
DataSourceGroup.withGroupId(String groupId)
The identifier of the group you want to add to your list of groups.
|
| Modifier and Type | Method and Description |
|---|---|
List<DataSourceGroup> |
UserContext.getDataSourceGroups()
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 |
UserContext.withDataSourceGroups(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 |
|---|---|
void |
UserContext.setDataSourceGroups(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.
|
UserContext |
UserContext.withDataSourceGroups(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 © 2024. All rights reserved.