| Package | Description |
|---|---|
| com.amazonaws.services.quicksight.model |
| Modifier and Type | Method and Description |
|---|---|
PivotTableSortBy |
PivotTableSortBy.clone() |
PivotTableSortBy |
PivotFieldSortOptions.getSortBy()
The sort by field for the field sort options.
|
PivotTableSortBy |
PivotTableSortBy.withColumn(ColumnSort column)
The column sort (field id, direction) for the pivot table sort by options.
|
PivotTableSortBy |
PivotTableSortBy.withDataPath(DataPathSort dataPath)
The data path sort (data path value, direction) for the pivot table sort by options.
|
PivotTableSortBy |
PivotTableSortBy.withField(FieldSort field)
The field sort (field id, direction) for the pivot table sort by options.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PivotFieldSortOptions.setSortBy(PivotTableSortBy sortBy)
The sort by field for the field sort options.
|
PivotFieldSortOptions |
PivotFieldSortOptions.withSortBy(PivotTableSortBy sortBy)
The sort by field for the field sort options.
|
Copyright © 2023. All rights reserved.