| Package | Description |
|---|---|
| com.amazonaws.services.quicksight.model |
| Modifier and Type | Method and Description |
|---|---|
KPIFieldWells |
KPIFieldWells.clone() |
KPIFieldWells |
KPIConfiguration.getFieldWells()
The field well configuration of a KPI visual.
|
KPIFieldWells |
KPIFieldWells.withTargetValues(Collection<MeasureField> targetValues)
The target value field wells of a KPI visual.
|
KPIFieldWells |
KPIFieldWells.withTargetValues(MeasureField... targetValues)
The target value field wells of a KPI visual.
|
KPIFieldWells |
KPIFieldWells.withTrendGroups(Collection<DimensionField> trendGroups)
The trend group field wells of a KPI visual.
|
KPIFieldWells |
KPIFieldWells.withTrendGroups(DimensionField... trendGroups)
The trend group field wells of a KPI visual.
|
KPIFieldWells |
KPIFieldWells.withValues(Collection<MeasureField> values)
The value field wells of a KPI visual.
|
KPIFieldWells |
KPIFieldWells.withValues(MeasureField... values)
The value field wells of a KPI visual.
|
| Modifier and Type | Method and Description |
|---|---|
void |
KPIConfiguration.setFieldWells(KPIFieldWells fieldWells)
The field well configuration of a KPI visual.
|
KPIConfiguration |
KPIConfiguration.withFieldWells(KPIFieldWells fieldWells)
The field well configuration of a KPI visual.
|
Copyright © 2024. All rights reserved.