Uses of Class
software.amazon.awssdk.services.kendra.model.DataSourceGroup
-
Packages that use DataSourceGroup Package Description software.amazon.awssdk.services.kendra.model -
-
Uses of DataSourceGroup in software.amazon.awssdk.services.kendra.model
Methods in software.amazon.awssdk.services.kendra.model that return types with arguments of type DataSourceGroup Modifier and Type Method 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.Methods in software.amazon.awssdk.services.kendra.model with parameters of type DataSourceGroup Modifier and Type Method Description UserContext.BuilderUserContext.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.Method parameters in software.amazon.awssdk.services.kendra.model with type arguments of type DataSourceGroup Modifier and Type Method Description UserContext.BuilderUserContext.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.
-