| Package | Description |
|---|---|
| software.amazon.awssdk.services.quicksight.model |
| Modifier and Type | Method and Description |
|---|---|
LabelOptions |
AxisTickLabelOptions.labelOptions()
Determines whether or not the axis ticks are visible.
|
LabelOptions |
LegendOptions.title()
The custom title for the legend.
|
LabelOptions |
SliderControlDisplayOptions.titleOptions()
The options to configure the title visibility, name, and font size.
|
LabelOptions |
ListControlDisplayOptions.titleOptions()
The options to configure the title visibility, name, and font size.
|
LabelOptions |
TextFieldControlDisplayOptions.titleOptions()
The options to configure the title visibility, name, and font size.
|
LabelOptions |
TextAreaControlDisplayOptions.titleOptions()
The options to configure the title visibility, name, and font size.
|
LabelOptions |
DropDownControlDisplayOptions.titleOptions()
The options to configure the title visibility, name, and font size.
|
LabelOptions |
RelativeDateTimeControlDisplayOptions.titleOptions()
The options to configure the title visibility, name, and font size.
|
LabelOptions |
DateTimePickerControlDisplayOptions.titleOptions()
The options to configure the title visibility, name, and font size.
|
| Modifier and Type | Method and Description |
|---|---|
AxisTickLabelOptions.Builder |
AxisTickLabelOptions.Builder.labelOptions(LabelOptions labelOptions)
Determines whether or not the axis ticks are visible.
|
LegendOptions.Builder |
LegendOptions.Builder.title(LabelOptions title)
The custom title for the legend.
|
SliderControlDisplayOptions.Builder |
SliderControlDisplayOptions.Builder.titleOptions(LabelOptions titleOptions)
The options to configure the title visibility, name, and font size.
|
ListControlDisplayOptions.Builder |
ListControlDisplayOptions.Builder.titleOptions(LabelOptions titleOptions)
The options to configure the title visibility, name, and font size.
|
TextFieldControlDisplayOptions.Builder |
TextFieldControlDisplayOptions.Builder.titleOptions(LabelOptions titleOptions)
The options to configure the title visibility, name, and font size.
|
TextAreaControlDisplayOptions.Builder |
TextAreaControlDisplayOptions.Builder.titleOptions(LabelOptions titleOptions)
The options to configure the title visibility, name, and font size.
|
DropDownControlDisplayOptions.Builder |
DropDownControlDisplayOptions.Builder.titleOptions(LabelOptions titleOptions)
The options to configure the title visibility, name, and font size.
|
RelativeDateTimeControlDisplayOptions.Builder |
RelativeDateTimeControlDisplayOptions.Builder.titleOptions(LabelOptions titleOptions)
The options to configure the title visibility, name, and font size.
|
DateTimePickerControlDisplayOptions.Builder |
DateTimePickerControlDisplayOptions.Builder.titleOptions(LabelOptions titleOptions)
The options to configure the title visibility, name, and font size.
|
Copyright © 2023. All rights reserved.