Uses of Class
software.amazon.awssdk.services.kendra.model.CollapseConfiguration
-
Packages that use CollapseConfiguration Package Description software.amazon.awssdk.services.kendra.model -
-
Uses of CollapseConfiguration in software.amazon.awssdk.services.kendra.model
Methods in software.amazon.awssdk.services.kendra.model that return CollapseConfiguration Modifier and Type Method Description CollapseConfigurationQueryRequest. collapseConfiguration()Provides configuration to determine how to group results by document attribute value, and how to display them (collapsed or expanded) under a designated primary document for each group.Methods in software.amazon.awssdk.services.kendra.model with parameters of type CollapseConfiguration Modifier and Type Method Description QueryRequest.BuilderQueryRequest.Builder. collapseConfiguration(CollapseConfiguration collapseConfiguration)Provides configuration to determine how to group results by document attribute value, and how to display them (collapsed or expanded) under a designated primary document for each group.
-