Package | Description |
---|---|
com.amazonaws.services.quicksight.model |
Modifier and Type | Method and Description |
---|---|
ParameterSelectableValues |
ParameterSelectableValues.clone() |
ParameterSelectableValues |
ParameterListControl.getSelectableValues()
A list of selectable values that are used in a control.
|
ParameterSelectableValues |
ParameterDropDownControl.getSelectableValues()
A list of selectable values that are used in a control.
|
ParameterSelectableValues |
ParameterSelectableValues.withLinkToDataSetColumn(ColumnIdentifier linkToDataSetColumn)
The column identifier that fetches values from the data set.
|
ParameterSelectableValues |
ParameterSelectableValues.withValues(Collection<String> values)
The values that are used in
ParameterSelectableValues . |
ParameterSelectableValues |
ParameterSelectableValues.withValues(String... values)
The values that are used in
ParameterSelectableValues . |
Modifier and Type | Method and Description |
---|---|
void |
ParameterListControl.setSelectableValues(ParameterSelectableValues selectableValues)
A list of selectable values that are used in a control.
|
void |
ParameterDropDownControl.setSelectableValues(ParameterSelectableValues selectableValues)
A list of selectable values that are used in a control.
|
ParameterListControl |
ParameterListControl.withSelectableValues(ParameterSelectableValues selectableValues)
A list of selectable values that are used in a control.
|
ParameterDropDownControl |
ParameterDropDownControl.withSelectableValues(ParameterSelectableValues selectableValues)
A list of selectable values that are used in a control.
|
Copyright © 2023. All rights reserved.