| Package | Description |
|---|---|
| com.amazonaws.services.quicksight.model |
| Modifier and Type | Method and Description |
|---|---|
TotalAggregationOption |
TotalAggregationOption.clone() |
TotalAggregationOption |
TotalAggregationOption.withFieldId(String fieldId)
The field id that's associated with the total aggregation option.
|
TotalAggregationOption |
TotalAggregationOption.withTotalAggregationFunction(TotalAggregationFunction totalAggregationFunction)
The total aggregation function that you want to set for a specified field id.
|
| Modifier and Type | Method and Description |
|---|---|
List<TotalAggregationOption> |
PivotTotalOptions.getTotalAggregationOptions()
The total aggregation options for each value field.
|
List<TotalAggregationOption> |
TotalOptions.getTotalAggregationOptions()
The total aggregation settings for each value field.
|
| Modifier and Type | Method and Description |
|---|---|
PivotTotalOptions |
PivotTotalOptions.withTotalAggregationOptions(TotalAggregationOption... totalAggregationOptions)
The total aggregation options for each value field.
|
TotalOptions |
TotalOptions.withTotalAggregationOptions(TotalAggregationOption... totalAggregationOptions)
The total aggregation settings for each value field.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PivotTotalOptions.setTotalAggregationOptions(Collection<TotalAggregationOption> totalAggregationOptions)
The total aggregation options for each value field.
|
void |
TotalOptions.setTotalAggregationOptions(Collection<TotalAggregationOption> totalAggregationOptions)
The total aggregation settings for each value field.
|
PivotTotalOptions |
PivotTotalOptions.withTotalAggregationOptions(Collection<TotalAggregationOption> totalAggregationOptions)
The total aggregation options for each value field.
|
TotalOptions |
TotalOptions.withTotalAggregationOptions(Collection<TotalAggregationOption> totalAggregationOptions)
The total aggregation settings for each value field.
|
Copyright © 2023. All rights reserved.