| Package | Description |
|---|---|
| com.amazonaws.services.quicksight.model |
| Modifier and Type | Method and Description |
|---|---|
Computation |
Computation.clone() |
Computation |
Computation.withForecast(ForecastComputation forecast)
The forecast computation configuration.
|
Computation |
Computation.withGrowthRate(GrowthRateComputation growthRate)
The growth rate computation configuration.
|
Computation |
Computation.withMaximumMinimum(MaximumMinimumComputation maximumMinimum)
The maximum and minimum computation configuration.
|
Computation |
Computation.withMetricComparison(MetricComparisonComputation metricComparison)
The metric comparison computation configuration.
|
Computation |
Computation.withPeriodOverPeriod(PeriodOverPeriodComputation periodOverPeriod)
The period over period computation configuration.
|
Computation |
Computation.withPeriodToDate(PeriodToDateComputation periodToDate)
The period to
DataSetIdentifier computation configuration. |
Computation |
Computation.withTopBottomMovers(TopBottomMoversComputation topBottomMovers)
The top movers and bottom movers computation configuration.
|
Computation |
Computation.withTopBottomRanked(TopBottomRankedComputation topBottomRanked)
The top ranked and bottom ranked computation configuration.
|
Computation |
Computation.withTotalAggregation(TotalAggregationComputation totalAggregation)
The total aggregation computation configuration.
|
Computation |
Computation.withUniqueValues(UniqueValuesComputation uniqueValues)
The unique values computation configuration.
|
| Modifier and Type | Method and Description |
|---|---|
List<Computation> |
InsightConfiguration.getComputations()
The computations configurations of the insight visual
|
| Modifier and Type | Method and Description |
|---|---|
InsightConfiguration |
InsightConfiguration.withComputations(Computation... computations)
The computations configurations of the insight visual
|
| Modifier and Type | Method and Description |
|---|---|
void |
InsightConfiguration.setComputations(Collection<Computation> computations)
The computations configurations of the insight visual
|
InsightConfiguration |
InsightConfiguration.withComputations(Collection<Computation> computations)
The computations configurations of the insight visual
|
Copyright © 2024. All rights reserved.