Package | Description |
---|---|
com.amazonaws.services.quicksight.model |
Modifier and Type | Method and Description |
---|---|
ParameterControl |
ParameterControl.clone() |
ParameterControl |
ParameterControl.withDateTimePicker(ParameterDateTimePickerControl dateTimePicker)
A control from a date parameter that specifies date and time.
|
ParameterControl |
ParameterControl.withDropdown(ParameterDropDownControl dropdown)
A control to display a dropdown list with buttons that are used to select a single value.
|
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.
|
ParameterControl |
ParameterControl.withSlider(ParameterSliderControl slider)
A control to display a horizontal toggle bar.
|
ParameterControl |
ParameterControl.withTextArea(ParameterTextAreaControl textArea)
A control to display a text box that is used to enter multiple entries.
|
ParameterControl |
ParameterControl.withTextField(ParameterTextFieldControl textField)
A control to display a text box that is used to enter a single entry.
|
Modifier and Type | Method and Description |
---|---|
List<ParameterControl> |
SheetDefinition.getParameterControls()
The list of parameter controls that are on a sheet.
|
Modifier and Type | Method and Description |
---|---|
SheetDefinition |
SheetDefinition.withParameterControls(ParameterControl... parameterControls)
The list of parameter controls that are on a sheet.
|
Modifier and Type | Method and Description |
---|---|
void |
SheetDefinition.setParameterControls(Collection<ParameterControl> parameterControls)
The list of parameter controls that are on a sheet.
|
SheetDefinition |
SheetDefinition.withParameterControls(Collection<ParameterControl> parameterControls)
The list of parameter controls that are on a sheet.
|
Copyright © 2023. All rights reserved.