| Package | Description |
|---|---|
| com.amazonaws.services.quicksight.model |
| Modifier and Type | Method and Description |
|---|---|
TableOptions |
TableOptions.clone() |
TableOptions |
TableConfiguration.getTableOptions()
The table options for a table visual.
|
TableOptions |
TableOptions.withCellStyle(TableCellStyle cellStyle)
The table cell style of table cells.
|
TableOptions |
TableOptions.withHeaderStyle(TableCellStyle headerStyle)
The table cell style of a table header.
|
TableOptions |
TableOptions.withOrientation(String orientation)
The orientation (vertical, horizontal) for a table.
|
TableOptions |
TableOptions.withOrientation(TableOrientation orientation)
The orientation (vertical, horizontal) for a table.
|
TableOptions |
TableOptions.withRowAlternateColorOptions(RowAlternateColorOptions rowAlternateColorOptions)
The row alternate color options (widget status, row alternate colors) for a table.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TableConfiguration.setTableOptions(TableOptions tableOptions)
The table options for a table visual.
|
TableConfiguration |
TableConfiguration.withTableOptions(TableOptions tableOptions)
The table options for a table visual.
|
Copyright © 2023. All rights reserved.