Package | Description |
---|---|
com.amazonaws.services.quicksight.model |
Modifier and Type | Method and Description |
---|---|
TotalAggregationComputation |
TotalAggregationComputation.clone() |
TotalAggregationComputation |
Computation.getTotalAggregation()
The total aggregation computation configuration.
|
TotalAggregationComputation |
TotalAggregationComputation.withComputationId(String computationId)
The ID for a computation.
|
TotalAggregationComputation |
TotalAggregationComputation.withName(String name)
The name of a computation.
|
TotalAggregationComputation |
TotalAggregationComputation.withValue(MeasureField value)
The value field that is used in a computation.
|
Modifier and Type | Method and Description |
---|---|
void |
Computation.setTotalAggregation(TotalAggregationComputation totalAggregation)
The total aggregation computation configuration.
|
Computation |
Computation.withTotalAggregation(TotalAggregationComputation totalAggregation)
The total aggregation computation configuration.
|
Copyright © 2023. All rights reserved.