Package | Description |
---|---|
com.amazonaws.services.quicksight.model |
Modifier and Type | Method and Description |
---|---|
ColumnSort |
ColumnSort.clone() |
ColumnSort |
PivotTableSortBy.getColumn()
The column sort (field id, direction) for the pivot table sort by options.
|
ColumnSort |
FieldSortOptions.getColumnSort()
The sort configuration for a column that is not used in a field well.
|
ColumnSort |
ColumnSort.withAggregationFunction(AggregationFunction aggregationFunction)
The aggregation function that is defined in the column sort.
|
ColumnSort |
ColumnSort.withDirection(SortDirection direction)
The sort direction.
|
ColumnSort |
ColumnSort.withDirection(String direction)
The sort direction.
|
ColumnSort |
ColumnSort.withSortBy(ColumnIdentifier sortBy) |
Modifier and Type | Method and Description |
---|---|
void |
PivotTableSortBy.setColumn(ColumnSort column)
The column sort (field id, direction) for the pivot table sort by options.
|
void |
FieldSortOptions.setColumnSort(ColumnSort columnSort)
The sort configuration for a column that is not used in a field well.
|
PivotTableSortBy |
PivotTableSortBy.withColumn(ColumnSort column)
The column sort (field id, direction) for the pivot table sort by options.
|
FieldSortOptions |
FieldSortOptions.withColumnSort(ColumnSort columnSort)
The sort configuration for a column that is not used in a field well.
|
Copyright © 2023. All rights reserved.