Package | Description |
---|---|
com.amazonaws.services.quicksight.model |
Modifier and Type | Method and Description |
---|---|
KPIOptions |
KPIOptions.clone() |
KPIOptions |
KPIConfiguration.getKPIOptions()
The options that determine the presentation of a KPI visual.
|
KPIOptions |
KPIOptions.withComparison(ComparisonConfiguration comparison)
The comparison configuration of a KPI visual.
|
KPIOptions |
KPIOptions.withPrimaryValueDisplayType(PrimaryValueDisplayType primaryValueDisplayType)
The options that determine the primary value display type.
|
KPIOptions |
KPIOptions.withPrimaryValueDisplayType(String primaryValueDisplayType)
The options that determine the primary value display type.
|
KPIOptions |
KPIOptions.withPrimaryValueFontConfiguration(FontConfiguration primaryValueFontConfiguration)
The options that determine the primary value font configuration.
|
KPIOptions |
KPIOptions.withProgressBar(ProgressBarOptions progressBar)
The options that determine the presentation of the progress bar of a KPI visual.
|
KPIOptions |
KPIOptions.withSecondaryValue(SecondaryValueOptions secondaryValue)
The options that determine the presentation of the secondary value of a KPI visual.
|
KPIOptions |
KPIOptions.withSecondaryValueFontConfiguration(FontConfiguration secondaryValueFontConfiguration)
The options that determine the secondary value font configuration.
|
KPIOptions |
KPIOptions.withTrendArrows(TrendArrowOptions trendArrows)
The options that determine the presentation of trend arrows in a KPI visual.
|
Modifier and Type | Method and Description |
---|---|
void |
KPIConfiguration.setKPIOptions(KPIOptions kPIOptions)
The options that determine the presentation of a KPI visual.
|
KPIConfiguration |
KPIConfiguration.withKPIOptions(KPIOptions kPIOptions)
The options that determine the presentation of a KPI visual.
|
Copyright © 2023. All rights reserved.