Uses of Class
software.amazon.awssdk.services.quicksight.model.PivotFieldSortOptions
-
Packages that use PivotFieldSortOptions Package Description software.amazon.awssdk.services.quicksight.model -
-
Uses of PivotFieldSortOptions in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return types with arguments of type PivotFieldSortOptions Modifier and Type Method Description List<PivotFieldSortOptions>PivotTableSortConfiguration. fieldSortOptions()The field sort options for a pivot table sort configuration.Methods in software.amazon.awssdk.services.quicksight.model with parameters of type PivotFieldSortOptions Modifier and Type Method Description PivotTableSortConfiguration.BuilderPivotTableSortConfiguration.Builder. fieldSortOptions(PivotFieldSortOptions... fieldSortOptions)The field sort options for a pivot table sort configuration.Method parameters in software.amazon.awssdk.services.quicksight.model with type arguments of type PivotFieldSortOptions Modifier and Type Method Description PivotTableSortConfiguration.BuilderPivotTableSortConfiguration.Builder. fieldSortOptions(Collection<PivotFieldSortOptions> fieldSortOptions)The field sort options for a pivot table sort configuration.
-