Uses of Class
software.amazon.awssdk.services.quicksight.model.LabelOptions
-
Packages that use LabelOptions Package Description software.amazon.awssdk.services.quicksight.model -
-
Uses of LabelOptions in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return LabelOptions Modifier and Type Method Description LabelOptionsAxisTickLabelOptions. labelOptions()Determines whether or not the axis ticks are visible.LabelOptionsLegendOptions. title()The custom title for the legend.LabelOptionsDateTimePickerControlDisplayOptions. titleOptions()The options to configure the title visibility, name, and font size.LabelOptionsDropDownControlDisplayOptions. titleOptions()The options to configure the title visibility, name, and font size.LabelOptionsListControlDisplayOptions. titleOptions()The options to configure the title visibility, name, and font size.LabelOptionsRelativeDateTimeControlDisplayOptions. titleOptions()The options to configure the title visibility, name, and font size.LabelOptionsSliderControlDisplayOptions. titleOptions()The options to configure the title visibility, name, and font size.LabelOptionsTextAreaControlDisplayOptions. titleOptions()The options to configure the title visibility, name, and font size.LabelOptionsTextFieldControlDisplayOptions. titleOptions()The options to configure the title visibility, name, and font size.Methods in software.amazon.awssdk.services.quicksight.model with parameters of type LabelOptions Modifier and Type Method Description AxisTickLabelOptions.BuilderAxisTickLabelOptions.Builder. labelOptions(LabelOptions labelOptions)Determines whether or not the axis ticks are visible.LegendOptions.BuilderLegendOptions.Builder. title(LabelOptions title)The custom title for the legend.DateTimePickerControlDisplayOptions.BuilderDateTimePickerControlDisplayOptions.Builder. titleOptions(LabelOptions titleOptions)The options to configure the title visibility, name, and font size.DropDownControlDisplayOptions.BuilderDropDownControlDisplayOptions.Builder. titleOptions(LabelOptions titleOptions)The options to configure the title visibility, name, and font size.ListControlDisplayOptions.BuilderListControlDisplayOptions.Builder. titleOptions(LabelOptions titleOptions)The options to configure the title visibility, name, and font size.RelativeDateTimeControlDisplayOptions.BuilderRelativeDateTimeControlDisplayOptions.Builder. titleOptions(LabelOptions titleOptions)The options to configure the title visibility, name, and font size.SliderControlDisplayOptions.BuilderSliderControlDisplayOptions.Builder. titleOptions(LabelOptions titleOptions)The options to configure the title visibility, name, and font size.TextAreaControlDisplayOptions.BuilderTextAreaControlDisplayOptions.Builder. titleOptions(LabelOptions titleOptions)The options to configure the title visibility, name, and font size.TextFieldControlDisplayOptions.BuilderTextFieldControlDisplayOptions.Builder. titleOptions(LabelOptions titleOptions)The options to configure the title visibility, name, and font size.
-