| Package | Description |
|---|---|
| com.amazonaws.services.quicksight.model |
| Modifier and Type | Method and Description |
|---|---|
MeasureField |
MeasureField.clone() |
MeasureField |
MetricComparisonComputation.getFromValue()
The field that is used in a metric comparison from value setup.
|
MeasureField |
MetricComparisonComputation.getTargetValue()
The field that is used in a metric comparison to value setup.
|
MeasureField |
ForecastComputation.getValue()
The value field that is used in a computation.
|
MeasureField |
GrowthRateComputation.getValue()
The value field that is used in a computation.
|
MeasureField |
PeriodToDateComputation.getValue()
The value field that is used in a computation.
|
MeasureField |
PeriodOverPeriodComputation.getValue()
The value field that is used in a computation.
|
MeasureField |
MaximumMinimumComputation.getValue()
The value field that is used in a computation.
|
MeasureField |
TotalAggregationComputation.getValue()
The value field that is used in a computation.
|
MeasureField |
TopBottomMoversComputation.getValue()
The value field that is used in a computation.
|
MeasureField |
TopBottomRankedComputation.getValue()
The value field that is used in a computation.
|
MeasureField |
MeasureField.withCalculatedMeasureField(CalculatedMeasureField calculatedMeasureField)
The calculated measure field only used in pivot tables.
|
MeasureField |
MeasureField.withCategoricalMeasureField(CategoricalMeasureField categoricalMeasureField)
The measure type field with categorical type columns.
|
MeasureField |
MeasureField.withDateMeasureField(DateMeasureField dateMeasureField)
The measure type field with date type columns.
|
MeasureField |
MeasureField.withNumericalMeasureField(NumericalMeasureField numericalMeasureField)
The measure type field with numerical type columns.
|
| Modifier and Type | Method and Description |
|---|---|
List<MeasureField> |
ComboChartAggregatedFieldWells.getBarValues()
The aggregated
BarValues field well of a combo chart. |
List<MeasureField> |
TreeMapAggregatedFieldWells.getColors()
The color field well of a tree map.
|
List<MeasureField> |
ComboChartAggregatedFieldWells.getLineValues()
The aggregated
LineValues field well of a combo chart. |
List<MeasureField> |
WordCloudAggregatedFieldWells.getSize()
The size field well of a word cloud.
|
List<MeasureField> |
ScatterPlotUnaggregatedFieldWells.getSize()
The size field well of a scatter plot.
|
List<MeasureField> |
ScatterPlotCategoricallyAggregatedFieldWells.getSize()
The size field well of a scatter plot.
|
List<MeasureField> |
TreeMapAggregatedFieldWells.getSizes()
The size field well of a tree map.
|
List<MeasureField> |
KPIFieldWells.getTargetValues()
The target value field wells of a KPI visual.
|
List<MeasureField> |
GaugeChartFieldWells.getTargetValues()
The target value field wells of a
GaugeChartVisual. |
List<MeasureField> |
RadarChartAggregatedFieldWells.getValues()
The values that are assigned to the aggregated field wells of a radar chart.
|
List<MeasureField> |
BoxPlotAggregatedFieldWells.getValues()
The value field well of a box plot chart.
|
List<MeasureField> |
FunnelChartAggregatedFieldWells.getValues()
The value field wells of a funnel chart.
|
List<MeasureField> |
FilledMapAggregatedFieldWells.getValues()
The aggregated color field well of a filled map.
|
List<MeasureField> |
GeospatialMapAggregatedFieldWells.getValues()
The size field wells of a geospatial map.
|
List<MeasureField> |
LineChartAggregatedFieldWells.getValues()
The value field wells of a line chart.
|
List<MeasureField> |
PieChartAggregatedFieldWells.getValues()
The value field wells of a pie chart.
|
List<MeasureField> |
PivotTableAggregatedFieldWells.getValues()
The values field well for a pivot table.
|
List<MeasureField> |
TableAggregatedFieldWells.getValues()
The values field well for a pivot table.
|
List<MeasureField> |
KPIFieldWells.getValues()
The value field wells of a KPI visual.
|
List<MeasureField> |
HistogramAggregatedFieldWells.getValues()
The value field wells of a histogram.
|
List<MeasureField> |
HeatMapAggregatedFieldWells.getValues()
The values field well of a heat map.
|
List<MeasureField> |
WaterfallChartAggregatedFieldWells.getValues()
The value field wells of a waterfall visual.
|
List<MeasureField> |
GaugeChartFieldWells.getValues()
The value field wells of a
GaugeChartVisual. |
List<MeasureField> |
BarChartAggregatedFieldWells.getValues()
The value field wells of a bar chart.
|
List<MeasureField> |
SankeyDiagramAggregatedFieldWells.getWeight()
The weight field wells of a sankey diagram.
|
List<MeasureField> |
ScatterPlotCategoricallyAggregatedFieldWells.getXAxis()
The x-axis field well of a scatter plot.
|
List<MeasureField> |
ScatterPlotCategoricallyAggregatedFieldWells.getYAxis()
The y-axis field well of a scatter plot.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MetricComparisonComputation.setFromValue(MeasureField fromValue)
The field that is used in a metric comparison from value setup.
|
void |
MetricComparisonComputation.setTargetValue(MeasureField targetValue)
The field that is used in a metric comparison to value setup.
|
void |
ForecastComputation.setValue(MeasureField value)
The value field that is used in a computation.
|
void |
GrowthRateComputation.setValue(MeasureField value)
The value field that is used in a computation.
|
void |
PeriodToDateComputation.setValue(MeasureField value)
The value field that is used in a computation.
|
void |
PeriodOverPeriodComputation.setValue(MeasureField value)
The value field that is used in a computation.
|
void |
MaximumMinimumComputation.setValue(MeasureField value)
The value field that is used in a computation.
|
void |
TotalAggregationComputation.setValue(MeasureField value)
The value field that is used in a computation.
|
void |
TopBottomMoversComputation.setValue(MeasureField value)
The value field that is used in a computation.
|
void |
TopBottomRankedComputation.setValue(MeasureField value)
The value field that is used in a computation.
|
ComboChartAggregatedFieldWells |
ComboChartAggregatedFieldWells.withBarValues(MeasureField... barValues)
The aggregated
BarValues field well of a combo chart. |
TreeMapAggregatedFieldWells |
TreeMapAggregatedFieldWells.withColors(MeasureField... colors)
The color field well of a tree map.
|
MetricComparisonComputation |
MetricComparisonComputation.withFromValue(MeasureField fromValue)
The field that is used in a metric comparison from value setup.
|
ComboChartAggregatedFieldWells |
ComboChartAggregatedFieldWells.withLineValues(MeasureField... lineValues)
The aggregated
LineValues field well of a combo chart. |
WordCloudAggregatedFieldWells |
WordCloudAggregatedFieldWells.withSize(MeasureField... size)
The size field well of a word cloud.
|
ScatterPlotUnaggregatedFieldWells |
ScatterPlotUnaggregatedFieldWells.withSize(MeasureField... size)
The size field well of a scatter plot.
|
ScatterPlotCategoricallyAggregatedFieldWells |
ScatterPlotCategoricallyAggregatedFieldWells.withSize(MeasureField... size)
The size field well of a scatter plot.
|
TreeMapAggregatedFieldWells |
TreeMapAggregatedFieldWells.withSizes(MeasureField... sizes)
The size field well of a tree map.
|
MetricComparisonComputation |
MetricComparisonComputation.withTargetValue(MeasureField targetValue)
The field that is used in a metric comparison to value setup.
|
KPIFieldWells |
KPIFieldWells.withTargetValues(MeasureField... targetValues)
The target value field wells of a KPI visual.
|
GaugeChartFieldWells |
GaugeChartFieldWells.withTargetValues(MeasureField... targetValues)
The target value field wells of a
GaugeChartVisual. |
ForecastComputation |
ForecastComputation.withValue(MeasureField value)
The value field that is used in a computation.
|
GrowthRateComputation |
GrowthRateComputation.withValue(MeasureField value)
The value field that is used in a computation.
|
PeriodToDateComputation |
PeriodToDateComputation.withValue(MeasureField value)
The value field that is used in a computation.
|
PeriodOverPeriodComputation |
PeriodOverPeriodComputation.withValue(MeasureField value)
The value field that is used in a computation.
|
MaximumMinimumComputation |
MaximumMinimumComputation.withValue(MeasureField value)
The value field that is used in a computation.
|
TotalAggregationComputation |
TotalAggregationComputation.withValue(MeasureField value)
The value field that is used in a computation.
|
TopBottomMoversComputation |
TopBottomMoversComputation.withValue(MeasureField value)
The value field that is used in a computation.
|
TopBottomRankedComputation |
TopBottomRankedComputation.withValue(MeasureField value)
The value field that is used in a computation.
|
RadarChartAggregatedFieldWells |
RadarChartAggregatedFieldWells.withValues(MeasureField... values)
The values that are assigned to the aggregated field wells of a radar chart.
|
BoxPlotAggregatedFieldWells |
BoxPlotAggregatedFieldWells.withValues(MeasureField... values)
The value field well of a box plot chart.
|
FunnelChartAggregatedFieldWells |
FunnelChartAggregatedFieldWells.withValues(MeasureField... values)
The value field wells of a funnel chart.
|
FilledMapAggregatedFieldWells |
FilledMapAggregatedFieldWells.withValues(MeasureField... values)
The aggregated color field well of a filled map.
|
GeospatialMapAggregatedFieldWells |
GeospatialMapAggregatedFieldWells.withValues(MeasureField... values)
The size field wells of a geospatial map.
|
LineChartAggregatedFieldWells |
LineChartAggregatedFieldWells.withValues(MeasureField... values)
The value field wells of a line chart.
|
PieChartAggregatedFieldWells |
PieChartAggregatedFieldWells.withValues(MeasureField... values)
The value field wells of a pie chart.
|
PivotTableAggregatedFieldWells |
PivotTableAggregatedFieldWells.withValues(MeasureField... values)
The values field well for a pivot table.
|
TableAggregatedFieldWells |
TableAggregatedFieldWells.withValues(MeasureField... values)
The values field well for a pivot table.
|
KPIFieldWells |
KPIFieldWells.withValues(MeasureField... values)
The value field wells of a KPI visual.
|
HistogramAggregatedFieldWells |
HistogramAggregatedFieldWells.withValues(MeasureField... values)
The value field wells of a histogram.
|
HeatMapAggregatedFieldWells |
HeatMapAggregatedFieldWells.withValues(MeasureField... values)
The values field well of a heat map.
|
WaterfallChartAggregatedFieldWells |
WaterfallChartAggregatedFieldWells.withValues(MeasureField... values)
The value field wells of a waterfall visual.
|
GaugeChartFieldWells |
GaugeChartFieldWells.withValues(MeasureField... values)
The value field wells of a
GaugeChartVisual. |
BarChartAggregatedFieldWells |
BarChartAggregatedFieldWells.withValues(MeasureField... values)
The value field wells of a bar chart.
|
SankeyDiagramAggregatedFieldWells |
SankeyDiagramAggregatedFieldWells.withWeight(MeasureField... weight)
The weight field wells of a sankey diagram.
|
ScatterPlotCategoricallyAggregatedFieldWells |
ScatterPlotCategoricallyAggregatedFieldWells.withXAxis(MeasureField... xAxis)
The x-axis field well of a scatter plot.
|
ScatterPlotCategoricallyAggregatedFieldWells |
ScatterPlotCategoricallyAggregatedFieldWells.withYAxis(MeasureField... yAxis)
The y-axis field well of a scatter plot.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ComboChartAggregatedFieldWells.setBarValues(Collection<MeasureField> barValues)
The aggregated
BarValues field well of a combo chart. |
void |
TreeMapAggregatedFieldWells.setColors(Collection<MeasureField> colors)
The color field well of a tree map.
|
void |
ComboChartAggregatedFieldWells.setLineValues(Collection<MeasureField> lineValues)
The aggregated
LineValues field well of a combo chart. |
void |
WordCloudAggregatedFieldWells.setSize(Collection<MeasureField> size)
The size field well of a word cloud.
|
void |
ScatterPlotUnaggregatedFieldWells.setSize(Collection<MeasureField> size)
The size field well of a scatter plot.
|
void |
ScatterPlotCategoricallyAggregatedFieldWells.setSize(Collection<MeasureField> size)
The size field well of a scatter plot.
|
void |
TreeMapAggregatedFieldWells.setSizes(Collection<MeasureField> sizes)
The size field well of a tree map.
|
void |
KPIFieldWells.setTargetValues(Collection<MeasureField> targetValues)
The target value field wells of a KPI visual.
|
void |
GaugeChartFieldWells.setTargetValues(Collection<MeasureField> targetValues)
The target value field wells of a
GaugeChartVisual. |
void |
RadarChartAggregatedFieldWells.setValues(Collection<MeasureField> values)
The values that are assigned to the aggregated field wells of a radar chart.
|
void |
BoxPlotAggregatedFieldWells.setValues(Collection<MeasureField> values)
The value field well of a box plot chart.
|
void |
FunnelChartAggregatedFieldWells.setValues(Collection<MeasureField> values)
The value field wells of a funnel chart.
|
void |
FilledMapAggregatedFieldWells.setValues(Collection<MeasureField> values)
The aggregated color field well of a filled map.
|
void |
GeospatialMapAggregatedFieldWells.setValues(Collection<MeasureField> values)
The size field wells of a geospatial map.
|
void |
LineChartAggregatedFieldWells.setValues(Collection<MeasureField> values)
The value field wells of a line chart.
|
void |
PieChartAggregatedFieldWells.setValues(Collection<MeasureField> values)
The value field wells of a pie chart.
|
void |
PivotTableAggregatedFieldWells.setValues(Collection<MeasureField> values)
The values field well for a pivot table.
|
void |
TableAggregatedFieldWells.setValues(Collection<MeasureField> values)
The values field well for a pivot table.
|
void |
KPIFieldWells.setValues(Collection<MeasureField> values)
The value field wells of a KPI visual.
|
void |
HistogramAggregatedFieldWells.setValues(Collection<MeasureField> values)
The value field wells of a histogram.
|
void |
HeatMapAggregatedFieldWells.setValues(Collection<MeasureField> values)
The values field well of a heat map.
|
void |
WaterfallChartAggregatedFieldWells.setValues(Collection<MeasureField> values)
The value field wells of a waterfall visual.
|
void |
GaugeChartFieldWells.setValues(Collection<MeasureField> values)
The value field wells of a
GaugeChartVisual. |
void |
BarChartAggregatedFieldWells.setValues(Collection<MeasureField> values)
The value field wells of a bar chart.
|
void |
SankeyDiagramAggregatedFieldWells.setWeight(Collection<MeasureField> weight)
The weight field wells of a sankey diagram.
|
void |
ScatterPlotCategoricallyAggregatedFieldWells.setXAxis(Collection<MeasureField> xAxis)
The x-axis field well of a scatter plot.
|
void |
ScatterPlotCategoricallyAggregatedFieldWells.setYAxis(Collection<MeasureField> yAxis)
The y-axis field well of a scatter plot.
|
ComboChartAggregatedFieldWells |
ComboChartAggregatedFieldWells.withBarValues(Collection<MeasureField> barValues)
The aggregated
BarValues field well of a combo chart. |
TreeMapAggregatedFieldWells |
TreeMapAggregatedFieldWells.withColors(Collection<MeasureField> colors)
The color field well of a tree map.
|
ComboChartAggregatedFieldWells |
ComboChartAggregatedFieldWells.withLineValues(Collection<MeasureField> lineValues)
The aggregated
LineValues field well of a combo chart. |
WordCloudAggregatedFieldWells |
WordCloudAggregatedFieldWells.withSize(Collection<MeasureField> size)
The size field well of a word cloud.
|
ScatterPlotUnaggregatedFieldWells |
ScatterPlotUnaggregatedFieldWells.withSize(Collection<MeasureField> size)
The size field well of a scatter plot.
|
ScatterPlotCategoricallyAggregatedFieldWells |
ScatterPlotCategoricallyAggregatedFieldWells.withSize(Collection<MeasureField> size)
The size field well of a scatter plot.
|
TreeMapAggregatedFieldWells |
TreeMapAggregatedFieldWells.withSizes(Collection<MeasureField> sizes)
The size field well of a tree map.
|
KPIFieldWells |
KPIFieldWells.withTargetValues(Collection<MeasureField> targetValues)
The target value field wells of a KPI visual.
|
GaugeChartFieldWells |
GaugeChartFieldWells.withTargetValues(Collection<MeasureField> targetValues)
The target value field wells of a
GaugeChartVisual. |
RadarChartAggregatedFieldWells |
RadarChartAggregatedFieldWells.withValues(Collection<MeasureField> values)
The values that are assigned to the aggregated field wells of a radar chart.
|
BoxPlotAggregatedFieldWells |
BoxPlotAggregatedFieldWells.withValues(Collection<MeasureField> values)
The value field well of a box plot chart.
|
FunnelChartAggregatedFieldWells |
FunnelChartAggregatedFieldWells.withValues(Collection<MeasureField> values)
The value field wells of a funnel chart.
|
FilledMapAggregatedFieldWells |
FilledMapAggregatedFieldWells.withValues(Collection<MeasureField> values)
The aggregated color field well of a filled map.
|
GeospatialMapAggregatedFieldWells |
GeospatialMapAggregatedFieldWells.withValues(Collection<MeasureField> values)
The size field wells of a geospatial map.
|
LineChartAggregatedFieldWells |
LineChartAggregatedFieldWells.withValues(Collection<MeasureField> values)
The value field wells of a line chart.
|
PieChartAggregatedFieldWells |
PieChartAggregatedFieldWells.withValues(Collection<MeasureField> values)
The value field wells of a pie chart.
|
PivotTableAggregatedFieldWells |
PivotTableAggregatedFieldWells.withValues(Collection<MeasureField> values)
The values field well for a pivot table.
|
TableAggregatedFieldWells |
TableAggregatedFieldWells.withValues(Collection<MeasureField> values)
The values field well for a pivot table.
|
KPIFieldWells |
KPIFieldWells.withValues(Collection<MeasureField> values)
The value field wells of a KPI visual.
|
HistogramAggregatedFieldWells |
HistogramAggregatedFieldWells.withValues(Collection<MeasureField> values)
The value field wells of a histogram.
|
HeatMapAggregatedFieldWells |
HeatMapAggregatedFieldWells.withValues(Collection<MeasureField> values)
The values field well of a heat map.
|
WaterfallChartAggregatedFieldWells |
WaterfallChartAggregatedFieldWells.withValues(Collection<MeasureField> values)
The value field wells of a waterfall visual.
|
GaugeChartFieldWells |
GaugeChartFieldWells.withValues(Collection<MeasureField> values)
The value field wells of a
GaugeChartVisual. |
BarChartAggregatedFieldWells |
BarChartAggregatedFieldWells.withValues(Collection<MeasureField> values)
The value field wells of a bar chart.
|
SankeyDiagramAggregatedFieldWells |
SankeyDiagramAggregatedFieldWells.withWeight(Collection<MeasureField> weight)
The weight field wells of a sankey diagram.
|
ScatterPlotCategoricallyAggregatedFieldWells |
ScatterPlotCategoricallyAggregatedFieldWells.withXAxis(Collection<MeasureField> xAxis)
The x-axis field well of a scatter plot.
|
ScatterPlotCategoricallyAggregatedFieldWells |
ScatterPlotCategoricallyAggregatedFieldWells.withYAxis(Collection<MeasureField> yAxis)
The y-axis field well of a scatter plot.
|
Copyright © 2024. All rights reserved.