Package | Description |
---|---|
com.amazonaws.services.quicksight.model |
Modifier and Type | Method and Description |
---|---|
ParameterDropDownControl |
ParameterDropDownControl.clone() |
ParameterDropDownControl |
ParameterControl.getDropdown()
A control to display a dropdown list with buttons that are used to select a single value.
|
ParameterDropDownControl |
ParameterDropDownControl.withCascadingControlConfiguration(CascadingControlConfiguration cascadingControlConfiguration)
The values that are displayed in a control can be configured to only show values that are valid based on what's
selected in other controls.
|
ParameterDropDownControl |
ParameterDropDownControl.withDisplayOptions(DropDownControlDisplayOptions displayOptions)
The display options of a control.
|
ParameterDropDownControl |
ParameterDropDownControl.withParameterControlId(String parameterControlId)
The ID of the
ParameterDropDownControl . |
ParameterDropDownControl |
ParameterDropDownControl.withSelectableValues(ParameterSelectableValues selectableValues)
A list of selectable values that are used in a control.
|
ParameterDropDownControl |
ParameterDropDownControl.withSourceParameterName(String sourceParameterName)
The source parameter name of the
ParameterDropDownControl . |
ParameterDropDownControl |
ParameterDropDownControl.withTitle(String title)
The title of the
ParameterDropDownControl . |
ParameterDropDownControl |
ParameterDropDownControl.withType(SheetControlListType type)
The type parameter name of the
ParameterDropDownControl . |
ParameterDropDownControl |
ParameterDropDownControl.withType(String type)
The type parameter name of the
ParameterDropDownControl . |
Modifier and Type | Method and Description |
---|---|
void |
ParameterControl.setDropdown(ParameterDropDownControl dropdown)
A control to display a dropdown list with buttons that are used to select a single value.
|
ParameterControl |
ParameterControl.withDropdown(ParameterDropDownControl dropdown)
A control to display a dropdown list with buttons that are used to select a single value.
|
Copyright © 2023. All rights reserved.