| Package | Description |
|---|---|
| com.amazonaws.services.quicksight.model |
| Modifier and Type | Method and Description |
|---|---|
PivotTableRowsLabelOptions |
PivotTableRowsLabelOptions.clone() |
PivotTableRowsLabelOptions |
PivotTableOptions.getRowsLabelOptions()
The options for the label that is located above the row headers.
|
PivotTableRowsLabelOptions |
PivotTableRowsLabelOptions.withCustomLabel(String customLabel)
The custom label string for the rows label.
|
PivotTableRowsLabelOptions |
PivotTableRowsLabelOptions.withVisibility(String visibility)
The visibility of the rows label.
|
PivotTableRowsLabelOptions |
PivotTableRowsLabelOptions.withVisibility(Visibility visibility)
The visibility of the rows label.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PivotTableOptions.setRowsLabelOptions(PivotTableRowsLabelOptions rowsLabelOptions)
The options for the label that is located above the row headers.
|
PivotTableOptions |
PivotTableOptions.withRowsLabelOptions(PivotTableRowsLabelOptions rowsLabelOptions)
The options for the label that is located above the row headers.
|
Copyright © 2024. All rights reserved.