Uses of Class
software.amazon.awssdk.services.kendra.model.UserContext
-
Packages that use UserContext Package Description software.amazon.awssdk.services.kendra.model -
-
Uses of UserContext in software.amazon.awssdk.services.kendra.model
Methods in software.amazon.awssdk.services.kendra.model that return UserContext Modifier and Type Method Description UserContextAttributeSuggestionsGetConfig. userContext()Applies user context filtering so that only users who are given access to certain documents see these document in their search results.UserContextQueryRequest. userContext()The user context token or user and group information.UserContextRetrieveRequest. userContext()The user context token or user and group information.Methods in software.amazon.awssdk.services.kendra.model with parameters of type UserContext Modifier and Type Method Description AttributeSuggestionsGetConfig.BuilderAttributeSuggestionsGetConfig.Builder. userContext(UserContext userContext)Applies user context filtering so that only users who are given access to certain documents see these document in their search results.QueryRequest.BuilderQueryRequest.Builder. userContext(UserContext userContext)The user context token or user and group information.RetrieveRequest.BuilderRetrieveRequest.Builder. userContext(UserContext userContext)The user context token or user and group information.
-