Uses of Class
software.amazon.awssdk.services.kendra.model.SortingConfiguration
-
Packages that use SortingConfiguration Package Description software.amazon.awssdk.services.kendra.model -
-
Uses of SortingConfiguration in software.amazon.awssdk.services.kendra.model
Methods in software.amazon.awssdk.services.kendra.model that return SortingConfiguration Modifier and Type Method Description SortingConfigurationQueryRequest. sortingConfiguration()Provides information that determines how the results of the query are sorted.Methods in software.amazon.awssdk.services.kendra.model that return types with arguments of type SortingConfiguration Modifier and Type Method Description List<SortingConfiguration>CollapseConfiguration. sortingConfigurations()A prioritized list of document attributes/fields that determine the primary document among those in a collapsed group.List<SortingConfiguration>QueryRequest. sortingConfigurations()Provides configuration information to determine how the results of a query are sorted.Methods in software.amazon.awssdk.services.kendra.model with parameters of type SortingConfiguration Modifier and Type Method Description QueryRequest.BuilderQueryRequest.Builder. sortingConfiguration(SortingConfiguration sortingConfiguration)Provides information that determines how the results of the query are sorted.CollapseConfiguration.BuilderCollapseConfiguration.Builder. sortingConfigurations(SortingConfiguration... sortingConfigurations)A prioritized list of document attributes/fields that determine the primary document among those in a collapsed group.QueryRequest.BuilderQueryRequest.Builder. sortingConfigurations(SortingConfiguration... sortingConfigurations)Provides configuration information to determine how the results of a query are sorted.Method parameters in software.amazon.awssdk.services.kendra.model with type arguments of type SortingConfiguration Modifier and Type Method Description CollapseConfiguration.BuilderCollapseConfiguration.Builder. sortingConfigurations(Collection<SortingConfiguration> sortingConfigurations)A prioritized list of document attributes/fields that determine the primary document among those in a collapsed group.QueryRequest.BuilderQueryRequest.Builder. sortingConfigurations(Collection<SortingConfiguration> sortingConfigurations)Provides configuration information to determine how the results of a query are sorted.
-