| Package | Description |
|---|---|
| com.amazonaws.services.quicksight.model |
| Modifier and Type | Method and Description |
|---|---|
DateMeasureField |
DateMeasureField.clone() |
DateMeasureField |
MeasureField.getDateMeasureField()
The measure type field with date type columns.
|
DateMeasureField |
DateMeasureField.withAggregationFunction(DateAggregationFunction aggregationFunction)
The aggregation function of the measure field.
|
DateMeasureField |
DateMeasureField.withAggregationFunction(String aggregationFunction)
The aggregation function of the measure field.
|
DateMeasureField |
DateMeasureField.withColumn(ColumnIdentifier column)
The column that is used in the
DateMeasureField. |
DateMeasureField |
DateMeasureField.withFieldId(String fieldId)
The custom field ID.
|
DateMeasureField |
DateMeasureField.withFormatConfiguration(DateTimeFormatConfiguration formatConfiguration)
The format configuration of the field.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MeasureField.setDateMeasureField(DateMeasureField dateMeasureField)
The measure type field with date type columns.
|
MeasureField |
MeasureField.withDateMeasureField(DateMeasureField dateMeasureField)
The measure type field with date type columns.
|
Copyright © 2024. All rights reserved.