Uses of Class
software.amazon.awssdk.services.quicksight.model.StringFormatConfiguration
-
Packages that use StringFormatConfiguration Package Description software.amazon.awssdk.services.quicksight.model -
-
Uses of StringFormatConfiguration in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return StringFormatConfiguration Modifier and Type Method Description StringFormatConfigurationCategoricalDimensionField. formatConfiguration()The format configuration of the field.StringFormatConfigurationCategoricalMeasureField. formatConfiguration()The format configuration of the field.StringFormatConfigurationFormatConfiguration. stringFormatConfiguration()Formatting configuration for string fields.Methods in software.amazon.awssdk.services.quicksight.model with parameters of type StringFormatConfiguration Modifier and Type Method Description CategoricalDimensionField.BuilderCategoricalDimensionField.Builder. formatConfiguration(StringFormatConfiguration formatConfiguration)The format configuration of the field.CategoricalMeasureField.BuilderCategoricalMeasureField.Builder. formatConfiguration(StringFormatConfiguration formatConfiguration)The format configuration of the field.FormatConfiguration.BuilderFormatConfiguration.Builder. stringFormatConfiguration(StringFormatConfiguration stringFormatConfiguration)Formatting configuration for string fields.
-