| Package | Description |
|---|---|
| com.amazonaws.services.quicksight.model |
| Modifier and Type | Method and Description |
|---|---|
LabelOptions |
LabelOptions.clone() |
LabelOptions |
AxisTickLabelOptions.getLabelOptions()
Determines whether or not the axis ticks are visible.
|
LabelOptions |
LegendOptions.getTitle()
The custom title for the legend.
|
LabelOptions |
RelativeDateTimeControlDisplayOptions.getTitleOptions()
The options to configure the title visibility, name, and font size.
|
LabelOptions |
SliderControlDisplayOptions.getTitleOptions()
The options to configure the title visibility, name, and font size.
|
LabelOptions |
TextAreaControlDisplayOptions.getTitleOptions()
The options to configure the title visibility, name, and font size.
|
LabelOptions |
TextFieldControlDisplayOptions.getTitleOptions()
The options to configure the title visibility, name, and font size.
|
LabelOptions |
DropDownControlDisplayOptions.getTitleOptions()
The options to configure the title visibility, name, and font size.
|
LabelOptions |
ListControlDisplayOptions.getTitleOptions()
The options to configure the title visibility, name, and font size.
|
LabelOptions |
DateTimePickerControlDisplayOptions.getTitleOptions()
The options to configure the title visibility, name, and font size.
|
LabelOptions |
LabelOptions.withCustomLabel(String customLabel)
The text for the label.
|
LabelOptions |
LabelOptions.withFontConfiguration(FontConfiguration fontConfiguration)
The font configuration of the label.
|
LabelOptions |
LabelOptions.withVisibility(String visibility)
Determines whether or not the label is visible.
|
LabelOptions |
LabelOptions.withVisibility(Visibility visibility)
Determines whether or not the label is visible.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AxisTickLabelOptions.setLabelOptions(LabelOptions labelOptions)
Determines whether or not the axis ticks are visible.
|
void |
LegendOptions.setTitle(LabelOptions title)
The custom title for the legend.
|
void |
RelativeDateTimeControlDisplayOptions.setTitleOptions(LabelOptions titleOptions)
The options to configure the title visibility, name, and font size.
|
void |
SliderControlDisplayOptions.setTitleOptions(LabelOptions titleOptions)
The options to configure the title visibility, name, and font size.
|
void |
TextAreaControlDisplayOptions.setTitleOptions(LabelOptions titleOptions)
The options to configure the title visibility, name, and font size.
|
void |
TextFieldControlDisplayOptions.setTitleOptions(LabelOptions titleOptions)
The options to configure the title visibility, name, and font size.
|
void |
DropDownControlDisplayOptions.setTitleOptions(LabelOptions titleOptions)
The options to configure the title visibility, name, and font size.
|
void |
ListControlDisplayOptions.setTitleOptions(LabelOptions titleOptions)
The options to configure the title visibility, name, and font size.
|
void |
DateTimePickerControlDisplayOptions.setTitleOptions(LabelOptions titleOptions)
The options to configure the title visibility, name, and font size.
|
AxisTickLabelOptions |
AxisTickLabelOptions.withLabelOptions(LabelOptions labelOptions)
Determines whether or not the axis ticks are visible.
|
LegendOptions |
LegendOptions.withTitle(LabelOptions title)
The custom title for the legend.
|
RelativeDateTimeControlDisplayOptions |
RelativeDateTimeControlDisplayOptions.withTitleOptions(LabelOptions titleOptions)
The options to configure the title visibility, name, and font size.
|
SliderControlDisplayOptions |
SliderControlDisplayOptions.withTitleOptions(LabelOptions titleOptions)
The options to configure the title visibility, name, and font size.
|
TextAreaControlDisplayOptions |
TextAreaControlDisplayOptions.withTitleOptions(LabelOptions titleOptions)
The options to configure the title visibility, name, and font size.
|
TextFieldControlDisplayOptions |
TextFieldControlDisplayOptions.withTitleOptions(LabelOptions titleOptions)
The options to configure the title visibility, name, and font size.
|
DropDownControlDisplayOptions |
DropDownControlDisplayOptions.withTitleOptions(LabelOptions titleOptions)
The options to configure the title visibility, name, and font size.
|
ListControlDisplayOptions |
ListControlDisplayOptions.withTitleOptions(LabelOptions titleOptions)
The options to configure the title visibility, name, and font size.
|
DateTimePickerControlDisplayOptions |
DateTimePickerControlDisplayOptions.withTitleOptions(LabelOptions titleOptions)
The options to configure the title visibility, name, and font size.
|
Copyright © 2023. All rights reserved.