| Package | Description |
|---|---|
| com.amazonaws.services.quicksight.model |
| Modifier and Type | Method and Description |
|---|---|
PivotTotalOptions |
PivotTotalOptions.clone() |
PivotTotalOptions |
PivotTableTotalOptions.getColumnTotalOptions()
The column total options.
|
PivotTotalOptions |
PivotTableTotalOptions.getRowTotalOptions()
The row total options.
|
PivotTotalOptions |
PivotTotalOptions.withCustomLabel(String customLabel)
The custom label string for the total cells.
|
PivotTotalOptions |
PivotTotalOptions.withMetricHeaderCellStyle(TableCellStyle metricHeaderCellStyle)
The cell styling options for the total of header cells.
|
PivotTotalOptions |
PivotTotalOptions.withPlacement(String placement)
The placement (start, end) for the total cells.
|
PivotTotalOptions |
PivotTotalOptions.withPlacement(TableTotalsPlacement placement)
The placement (start, end) for the total cells.
|
PivotTotalOptions |
PivotTotalOptions.withScrollStatus(String scrollStatus)
The scroll status (pinned, scrolled) for the total cells.
|
PivotTotalOptions |
PivotTotalOptions.withScrollStatus(TableTotalsScrollStatus scrollStatus)
The scroll status (pinned, scrolled) for the total cells.
|
PivotTotalOptions |
PivotTotalOptions.withTotalAggregationOptions(Collection<TotalAggregationOption> totalAggregationOptions)
The total aggregation options for each value field.
|
PivotTotalOptions |
PivotTotalOptions.withTotalAggregationOptions(TotalAggregationOption... totalAggregationOptions)
The total aggregation options for each value field.
|
PivotTotalOptions |
PivotTotalOptions.withTotalCellStyle(TableCellStyle totalCellStyle)
The cell styling options for the total cells.
|
PivotTotalOptions |
PivotTotalOptions.withTotalsVisibility(String totalsVisibility)
The visibility configuration for the total cells.
|
PivotTotalOptions |
PivotTotalOptions.withTotalsVisibility(Visibility totalsVisibility)
The visibility configuration for the total cells.
|
PivotTotalOptions |
PivotTotalOptions.withValueCellStyle(TableCellStyle valueCellStyle)
The cell styling options for the totals of value cells.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PivotTableTotalOptions.setColumnTotalOptions(PivotTotalOptions columnTotalOptions)
The column total options.
|
void |
PivotTableTotalOptions.setRowTotalOptions(PivotTotalOptions rowTotalOptions)
The row total options.
|
PivotTableTotalOptions |
PivotTableTotalOptions.withColumnTotalOptions(PivotTotalOptions columnTotalOptions)
The column total options.
|
PivotTableTotalOptions |
PivotTableTotalOptions.withRowTotalOptions(PivotTotalOptions rowTotalOptions)
The row total options.
|
Copyright © 2023. All rights reserved.