Package | Description |
---|---|
com.amazonaws.services.quicksight.model |
Modifier and Type | Method and Description |
---|---|
ParameterListControl |
ParameterListControl.clone() |
ParameterListControl |
ParameterControl.getList()
A control to display a list with buttons or boxes that are used to select either a single value or multiple
values.
|
ParameterListControl |
ParameterListControl.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.
|
ParameterListControl |
ParameterListControl.withDisplayOptions(ListControlDisplayOptions displayOptions)
The display options of a control.
|
ParameterListControl |
ParameterListControl.withParameterControlId(String parameterControlId)
The ID of the
ParameterListControl . |
ParameterListControl |
ParameterListControl.withSelectableValues(ParameterSelectableValues selectableValues)
A list of selectable values that are used in a control.
|
ParameterListControl |
ParameterListControl.withSourceParameterName(String sourceParameterName)
The source parameter name of the
ParameterListControl . |
ParameterListControl |
ParameterListControl.withTitle(String title)
The title of the
ParameterListControl . |
ParameterListControl |
ParameterListControl.withType(SheetControlListType type)
The type of
ParameterListControl . |
ParameterListControl |
ParameterListControl.withType(String type)
The type of
ParameterListControl . |
Modifier and Type | Method and Description |
---|---|
void |
ParameterControl.setList(ParameterListControl list)
A control to display a list with buttons or boxes that are used to select either a single value or multiple
values.
|
ParameterControl |
ParameterControl.withList(ParameterListControl list)
A control to display a list with buttons or boxes that are used to select either a single value or multiple
values.
|
Copyright © 2023. All rights reserved.