| Package | Description |
|---|---|
| com.amazonaws.services.quicksight.model |
| Modifier and Type | Method and Description |
|---|---|
GrowthRateComputation |
GrowthRateComputation.clone() |
GrowthRateComputation |
Computation.getGrowthRate()
The growth rate computation configuration.
|
GrowthRateComputation |
GrowthRateComputation.withComputationId(String computationId)
The ID for a computation.
|
GrowthRateComputation |
GrowthRateComputation.withName(String name)
The name of a computation.
|
GrowthRateComputation |
GrowthRateComputation.withPeriodSize(Integer periodSize)
The period size setup of a growth rate computation.
|
GrowthRateComputation |
GrowthRateComputation.withTime(DimensionField time)
The time field that is used in a computation.
|
GrowthRateComputation |
GrowthRateComputation.withValue(MeasureField value)
The value field that is used in a computation.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Computation.setGrowthRate(GrowthRateComputation growthRate)
The growth rate computation configuration.
|
Computation |
Computation.withGrowthRate(GrowthRateComputation growthRate)
The growth rate computation configuration.
|
Copyright © 2024. All rights reserved.