Uses of Class
software.amazon.awssdk.services.quicksight.model.FontConfiguration
-
Packages that use FontConfiguration Package Description software.amazon.awssdk.services.quicksight.model -
-
Uses of FontConfiguration in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return FontConfiguration Modifier and Type Method Description FontConfigurationAxisLabelOptions. fontConfiguration()The font configuration of the axis label.FontConfigurationLabelOptions. fontConfiguration()The font configuration of the label.FontConfigurationPanelTitleOptions. fontConfiguration()Returns the value of the FontConfiguration property for this object.FontConfigurationReferenceLineLabelConfiguration. fontConfiguration()The font configuration of the label in a reference line.FontConfigurationTableCellStyle. fontConfiguration()The font configuration of the table cells.FontConfigurationTableFieldCustomTextContent. fontConfiguration()The font configuration of the custom text content for the table URL link content.FontConfigurationDataLabelOptions. labelFontConfiguration()Determines the font configuration of the data labels.FontConfigurationFunnelChartDataLabelOptions. labelFontConfiguration()The font configuration for the data labels.FontConfigurationGaugeChartOptions. primaryValueFontConfiguration()The options that determine the primary value font configuration.FontConfigurationKPIOptions. primaryValueFontConfiguration()The options that determine the primary value font configuration.FontConfigurationKPIOptions. secondaryValueFontConfiguration()The options that determine the secondary value font configuration.Methods in software.amazon.awssdk.services.quicksight.model with parameters of type FontConfiguration Modifier and Type Method Description AxisLabelOptions.BuilderAxisLabelOptions.Builder. fontConfiguration(FontConfiguration fontConfiguration)The font configuration of the axis label.LabelOptions.BuilderLabelOptions.Builder. fontConfiguration(FontConfiguration fontConfiguration)The font configuration of the label.PanelTitleOptions.BuilderPanelTitleOptions.Builder. fontConfiguration(FontConfiguration fontConfiguration)Sets the value of the FontConfiguration property for this object.ReferenceLineLabelConfiguration.BuilderReferenceLineLabelConfiguration.Builder. fontConfiguration(FontConfiguration fontConfiguration)The font configuration of the label in a reference line.TableCellStyle.BuilderTableCellStyle.Builder. fontConfiguration(FontConfiguration fontConfiguration)The font configuration of the table cells.TableFieldCustomTextContent.BuilderTableFieldCustomTextContent.Builder. fontConfiguration(FontConfiguration fontConfiguration)The font configuration of the custom text content for the table URL link content.DataLabelOptions.BuilderDataLabelOptions.Builder. labelFontConfiguration(FontConfiguration labelFontConfiguration)Determines the font configuration of the data labels.FunnelChartDataLabelOptions.BuilderFunnelChartDataLabelOptions.Builder. labelFontConfiguration(FontConfiguration labelFontConfiguration)The font configuration for the data labels.GaugeChartOptions.BuilderGaugeChartOptions.Builder. primaryValueFontConfiguration(FontConfiguration primaryValueFontConfiguration)The options that determine the primary value font configuration.KPIOptions.BuilderKPIOptions.Builder. primaryValueFontConfiguration(FontConfiguration primaryValueFontConfiguration)The options that determine the primary value font configuration.KPIOptions.BuilderKPIOptions.Builder. secondaryValueFontConfiguration(FontConfiguration secondaryValueFontConfiguration)The options that determine the secondary value font configuration.
-