| Package | Description |
|---|---|
| com.amazonaws.services.quicksight.model |
| Modifier and Type | Method and Description |
|---|---|
SubtotalOptions |
SubtotalOptions.clone() |
SubtotalOptions |
PivotTableTotalOptions.getColumnSubtotalOptions()
The column subtotal options.
|
SubtotalOptions |
PivotTableTotalOptions.getRowSubtotalOptions()
The row subtotal options.
|
SubtotalOptions |
SubtotalOptions.withCustomLabel(String customLabel)
The custom label string for the subtotal cells.
|
SubtotalOptions |
SubtotalOptions.withFieldLevel(PivotTableSubtotalLevel fieldLevel)
The field level (all, custom, last) for the subtotal cells.
|
SubtotalOptions |
SubtotalOptions.withFieldLevel(String fieldLevel)
The field level (all, custom, last) for the subtotal cells.
|
SubtotalOptions |
SubtotalOptions.withFieldLevelOptions(Collection<PivotTableFieldSubtotalOptions> fieldLevelOptions)
The optional configuration of subtotal cells.
|
SubtotalOptions |
SubtotalOptions.withFieldLevelOptions(PivotTableFieldSubtotalOptions... fieldLevelOptions)
The optional configuration of subtotal cells.
|
SubtotalOptions |
SubtotalOptions.withMetricHeaderCellStyle(TableCellStyle metricHeaderCellStyle)
The cell styling options for the subtotals of header cells.
|
SubtotalOptions |
SubtotalOptions.withStyleTargets(Collection<TableStyleTarget> styleTargets)
The style targets options for subtotals.
|
SubtotalOptions |
SubtotalOptions.withStyleTargets(TableStyleTarget... styleTargets)
The style targets options for subtotals.
|
SubtotalOptions |
SubtotalOptions.withTotalCellStyle(TableCellStyle totalCellStyle)
The cell styling options for the subtotal cells.
|
SubtotalOptions |
SubtotalOptions.withTotalsVisibility(String totalsVisibility)
The visibility configuration for the subtotal cells.
|
SubtotalOptions |
SubtotalOptions.withTotalsVisibility(Visibility totalsVisibility)
The visibility configuration for the subtotal cells.
|
SubtotalOptions |
SubtotalOptions.withValueCellStyle(TableCellStyle valueCellStyle)
The cell styling options for the subtotals of value cells.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PivotTableTotalOptions.setColumnSubtotalOptions(SubtotalOptions columnSubtotalOptions)
The column subtotal options.
|
void |
PivotTableTotalOptions.setRowSubtotalOptions(SubtotalOptions rowSubtotalOptions)
The row subtotal options.
|
PivotTableTotalOptions |
PivotTableTotalOptions.withColumnSubtotalOptions(SubtotalOptions columnSubtotalOptions)
The column subtotal options.
|
PivotTableTotalOptions |
PivotTableTotalOptions.withRowSubtotalOptions(SubtotalOptions rowSubtotalOptions)
The row subtotal options.
|
Copyright © 2023. All rights reserved.