Package | Description |
---|---|
com.amazonaws.services.quicksight.model |
Modifier and Type | Method and Description |
---|---|
FieldSort |
FieldSort.clone() |
FieldSort |
PivotTableSortBy.getField()
The field sort (field id, direction) for the pivot table sort by options.
|
FieldSort |
FieldSortOptions.getFieldSort()
The sort configuration for a field in a field well.
|
FieldSort |
FieldSort.withDirection(SortDirection direction)
The sort direction.
|
FieldSort |
FieldSort.withDirection(String direction)
The sort direction.
|
FieldSort |
FieldSort.withFieldId(String fieldId)
The sort configuration target field.
|
Modifier and Type | Method and Description |
---|---|
void |
PivotTableSortBy.setField(FieldSort field)
The field sort (field id, direction) for the pivot table sort by options.
|
void |
FieldSortOptions.setFieldSort(FieldSort fieldSort)
The sort configuration for a field in a field well.
|
PivotTableSortBy |
PivotTableSortBy.withField(FieldSort field)
The field sort (field id, direction) for the pivot table sort by options.
|
FieldSortOptions |
FieldSortOptions.withFieldSort(FieldSort fieldSort)
The sort configuration for a field in a field well.
|
Copyright © 2023. All rights reserved.