Package | Description |
---|---|
com.amazonaws.services.quicksight.model |
Modifier and Type | Method and Description |
---|---|
StringFormatConfiguration |
StringFormatConfiguration.clone() |
StringFormatConfiguration |
CategoricalMeasureField.getFormatConfiguration()
The format configuration of the field.
|
StringFormatConfiguration |
CategoricalDimensionField.getFormatConfiguration()
The format configuration of the field.
|
StringFormatConfiguration |
FormatConfiguration.getStringFormatConfiguration()
Formatting configuration for string fields.
|
StringFormatConfiguration |
StringFormatConfiguration.withNullValueFormatConfiguration(NullValueFormatConfiguration nullValueFormatConfiguration)
The options that determine the null value format configuration.
|
StringFormatConfiguration |
StringFormatConfiguration.withNumericFormatConfiguration(NumericFormatConfiguration numericFormatConfiguration)
The formatting configuration for numeric strings.
|
Modifier and Type | Method and Description |
---|---|
void |
CategoricalMeasureField.setFormatConfiguration(StringFormatConfiguration formatConfiguration)
The format configuration of the field.
|
void |
CategoricalDimensionField.setFormatConfiguration(StringFormatConfiguration formatConfiguration)
The format configuration of the field.
|
void |
FormatConfiguration.setStringFormatConfiguration(StringFormatConfiguration stringFormatConfiguration)
Formatting configuration for string fields.
|
CategoricalMeasureField |
CategoricalMeasureField.withFormatConfiguration(StringFormatConfiguration formatConfiguration)
The format configuration of the field.
|
CategoricalDimensionField |
CategoricalDimensionField.withFormatConfiguration(StringFormatConfiguration formatConfiguration)
The format configuration of the field.
|
FormatConfiguration |
FormatConfiguration.withStringFormatConfiguration(StringFormatConfiguration stringFormatConfiguration)
Formatting configuration for string fields.
|
Copyright © 2023. All rights reserved.