| Package | Description |
|---|---|
| com.amazonaws.services.quicksight.model |
| Modifier and Type | Method and Description |
|---|---|
TotalOptions |
TotalOptions.clone() |
TotalOptions |
TableConfiguration.getTotalOptions()
The total options for a table visual.
|
TotalOptions |
TotalOptions.withCustomLabel(String customLabel)
The custom label string for the total cells.
|
TotalOptions |
TotalOptions.withPlacement(String placement)
The placement (start, end) for the total cells.
|
TotalOptions |
TotalOptions.withPlacement(TableTotalsPlacement placement)
The placement (start, end) for the total cells.
|
TotalOptions |
TotalOptions.withScrollStatus(String scrollStatus)
The scroll status (pinned, scrolled) for the total cells.
|
TotalOptions |
TotalOptions.withScrollStatus(TableTotalsScrollStatus scrollStatus)
The scroll status (pinned, scrolled) for the total cells.
|
TotalOptions |
TotalOptions.withTotalAggregationOptions(Collection<TotalAggregationOption> totalAggregationOptions)
The total aggregation settings for each value field.
|
TotalOptions |
TotalOptions.withTotalAggregationOptions(TotalAggregationOption... totalAggregationOptions)
The total aggregation settings for each value field.
|
TotalOptions |
TotalOptions.withTotalCellStyle(TableCellStyle totalCellStyle)
Cell styling options for the total cells.
|
TotalOptions |
TotalOptions.withTotalsVisibility(String totalsVisibility)
The visibility configuration for the total cells.
|
TotalOptions |
TotalOptions.withTotalsVisibility(Visibility totalsVisibility)
The visibility configuration for the total cells.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TableConfiguration.setTotalOptions(TotalOptions totalOptions)
The total options for a table visual.
|
TableConfiguration |
TableConfiguration.withTotalOptions(TotalOptions totalOptions)
The total options for a table visual.
|
Copyright © 2023. All rights reserved.