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.withCollapsedRowDimensionsVisibility(String collapsedRowDimensionsVisibility)
The visibility setting of a pivot table's collapsed row dimension fields.
|
PivotTableOptions |
PivotTableOptions.withCollapsedRowDimensionsVisibility(Visibility collapsedRowDimensionsVisibility)
The visibility setting of a pivot table's collapsed row dimension fields.
|
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.withDefaultCellWidth(String defaultCellWidth)
The default cell width of the pivot table.
|
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.withRowsLabelOptions(PivotTableRowsLabelOptions rowsLabelOptions)
The options for the label that is located above the row headers.
|
PivotTableOptions |
PivotTableOptions.withRowsLayout(PivotTableRowsLayout rowsLayout)
The layout for the row dimension headers of a pivot table.
|
PivotTableOptions |
PivotTableOptions.withRowsLayout(String rowsLayout)
The layout for the row dimension headers of a pivot table.
|
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.