| Package | Description |
|---|---|
| com.amazonaws.services.quicksight.model |
| Modifier and Type | Method and Description |
|---|---|
CategoricalMeasureField |
CategoricalMeasureField.clone() |
CategoricalMeasureField |
MeasureField.getCategoricalMeasureField()
The measure type field with categorical type columns.
|
CategoricalMeasureField |
CategoricalMeasureField.withAggregationFunction(CategoricalAggregationFunction aggregationFunction)
The aggregation function of the measure field.
|
CategoricalMeasureField |
CategoricalMeasureField.withAggregationFunction(String aggregationFunction)
The aggregation function of the measure field.
|
CategoricalMeasureField |
CategoricalMeasureField.withColumn(ColumnIdentifier column)
The column that is used in the
CategoricalMeasureField. |
CategoricalMeasureField |
CategoricalMeasureField.withFieldId(String fieldId)
The custom field ID.
|
CategoricalMeasureField |
CategoricalMeasureField.withFormatConfiguration(StringFormatConfiguration formatConfiguration)
The format configuration of the field.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MeasureField.setCategoricalMeasureField(CategoricalMeasureField categoricalMeasureField)
The measure type field with categorical type columns.
|
MeasureField |
MeasureField.withCategoricalMeasureField(CategoricalMeasureField categoricalMeasureField)
The measure type field with categorical type columns.
|
Copyright © 2023. All rights reserved.