Package | Description |
---|---|
com.amazonaws.services.quicksight.model |
Modifier and Type | Method and Description |
---|---|
DropDownControlDisplayOptions |
DropDownControlDisplayOptions.clone() |
DropDownControlDisplayOptions |
FilterDropDownControl.getDisplayOptions()
The display options of the
FilterDropDownControl . |
DropDownControlDisplayOptions |
ParameterDropDownControl.getDisplayOptions()
The display options of a control.
|
DropDownControlDisplayOptions |
DropDownControlDisplayOptions.withInfoIconLabelOptions(SheetControlInfoIconLabelOptions infoIconLabelOptions)
The configuration of info icon label options.
|
DropDownControlDisplayOptions |
DropDownControlDisplayOptions.withSelectAllOptions(ListControlSelectAllOptions selectAllOptions)
The configuration of the
Select all options in a dropdown control. |
DropDownControlDisplayOptions |
DropDownControlDisplayOptions.withTitleOptions(LabelOptions titleOptions)
The options to configure the title visibility, name, and font size.
|
Modifier and Type | Method and Description |
---|---|
void |
FilterDropDownControl.setDisplayOptions(DropDownControlDisplayOptions displayOptions)
The display options of the
FilterDropDownControl . |
void |
ParameterDropDownControl.setDisplayOptions(DropDownControlDisplayOptions displayOptions)
The display options of a control.
|
FilterDropDownControl |
FilterDropDownControl.withDisplayOptions(DropDownControlDisplayOptions displayOptions)
The display options of the
FilterDropDownControl . |
ParameterDropDownControl |
ParameterDropDownControl.withDisplayOptions(DropDownControlDisplayOptions displayOptions)
The display options of a control.
|
Copyright © 2023. All rights reserved.