Uses of Class
software.amazon.awssdk.services.quicksight.model.FieldSort
-
Packages that use FieldSort Package Description software.amazon.awssdk.services.quicksight.model -
-
Uses of FieldSort in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return FieldSort Modifier and Type Method Description FieldSortPivotTableSortBy. field()The field sort (field id, direction) for the pivot table sort by options.FieldSortFieldSortOptions. fieldSort()The sort configuration for a field in a field well.Methods in software.amazon.awssdk.services.quicksight.model with parameters of type FieldSort Modifier and Type Method Description PivotTableSortBy.BuilderPivotTableSortBy.Builder. field(FieldSort field)The field sort (field id, direction) for the pivot table sort by options.FieldSortOptions.BuilderFieldSortOptions.Builder. fieldSort(FieldSort fieldSort)The sort configuration for a field in a field well.
-