| Package | Description |
|---|---|
| com.amazonaws.services.quicksight.model |
| Modifier and Type | Method and Description |
|---|---|
PivotTableOptions |
PivotTableOptions.clone() |
PivotTableOptions |
PivotTableConfiguration.getTableOptions()
The table options for a pivot table visual.
|
PivotTableOptions |
PivotTableOptions.withCellStyle(TableCellStyle cellStyle)
The table cell style of cells.
|
PivotTableOptions |
PivotTableOptions.withColumnHeaderStyle(TableCellStyle columnHeaderStyle)
The table cell style of the column header.
|
PivotTableOptions |
PivotTableOptions.withColumnNamesVisibility(String columnNamesVisibility)
The visibility of the column names.
|
PivotTableOptions |
PivotTableOptions.withColumnNamesVisibility(Visibility columnNamesVisibility)
The visibility of the column names.
|
PivotTableOptions |
PivotTableOptions.withMetricPlacement(PivotTableMetricPlacement metricPlacement)
The metric placement (row, column) options.
|
PivotTableOptions |
PivotTableOptions.withMetricPlacement(String metricPlacement)
The metric placement (row, column) options.
|
PivotTableOptions |
PivotTableOptions.withRowAlternateColorOptions(RowAlternateColorOptions rowAlternateColorOptions)
The row alternate color options (widget status, row alternate colors).
|
PivotTableOptions |
PivotTableOptions.withRowFieldNamesStyle(TableCellStyle rowFieldNamesStyle)
The table cell style of row field names.
|
PivotTableOptions |
PivotTableOptions.withRowHeaderStyle(TableCellStyle rowHeaderStyle)
The table cell style of the row headers.
|
PivotTableOptions |
PivotTableOptions.withSingleMetricVisibility(String singleMetricVisibility)
The visibility of the single metric options.
|
PivotTableOptions |
PivotTableOptions.withSingleMetricVisibility(Visibility singleMetricVisibility)
The visibility of the single metric options.
|
PivotTableOptions |
PivotTableOptions.withToggleButtonsVisibility(String toggleButtonsVisibility)
Determines the visibility of the pivot table.
|
PivotTableOptions |
PivotTableOptions.withToggleButtonsVisibility(Visibility toggleButtonsVisibility)
Determines the visibility of the pivot table.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PivotTableConfiguration.setTableOptions(PivotTableOptions tableOptions)
The table options for a pivot table visual.
|
PivotTableConfiguration |
PivotTableConfiguration.withTableOptions(PivotTableOptions tableOptions)
The table options for a pivot table visual.
|
Copyright © 2023. All rights reserved.