| Package | Description |
|---|---|
| software.amazon.awssdk.services.quicksight.model |
| Modifier and Type | Method and Description |
|---|---|
List<TotalAggregationOption> |
TotalOptions.totalAggregationOptions()
The total aggregation settings for each value field.
|
List<TotalAggregationOption> |
PivotTotalOptions.totalAggregationOptions()
The total aggregation options for each value field.
|
| Modifier and Type | Method and Description |
|---|---|
TotalOptions.Builder |
TotalOptions.Builder.totalAggregationOptions(TotalAggregationOption... totalAggregationOptions)
The total aggregation settings for each value field.
|
PivotTotalOptions.Builder |
PivotTotalOptions.Builder.totalAggregationOptions(TotalAggregationOption... totalAggregationOptions)
The total aggregation options for each value field.
|
| Modifier and Type | Method and Description |
|---|---|
TotalOptions.Builder |
TotalOptions.Builder.totalAggregationOptions(Collection<TotalAggregationOption> totalAggregationOptions)
The total aggregation settings for each value field.
|
PivotTotalOptions.Builder |
PivotTotalOptions.Builder.totalAggregationOptions(Collection<TotalAggregationOption> totalAggregationOptions)
The total aggregation options for each value field.
|
Copyright © 2023. All rights reserved.