| Package | Description |
|---|---|
| com.amazonaws.services.quicksight.model |
| Modifier and Type | Method and Description |
|---|---|
DefaultSliderControlOptions |
DefaultSliderControlOptions.clone() |
DefaultSliderControlOptions |
DefaultFilterControlOptions.getDefaultSliderOptions()
The default options that correspond to the
Slider filter control type. |
DefaultSliderControlOptions |
DefaultSliderControlOptions.withDisplayOptions(SliderControlDisplayOptions displayOptions)
The display options of a control.
|
DefaultSliderControlOptions |
DefaultSliderControlOptions.withMaximumValue(Double maximumValue)
The larger value that is displayed at the right of the slider.
|
DefaultSliderControlOptions |
DefaultSliderControlOptions.withMinimumValue(Double minimumValue)
The smaller value that is displayed at the left of the slider.
|
DefaultSliderControlOptions |
DefaultSliderControlOptions.withStepSize(Double stepSize)
The number of increments that the slider bar is divided into.
|
DefaultSliderControlOptions |
DefaultSliderControlOptions.withType(SheetControlSliderType type)
The type of the
DefaultSliderControlOptions. |
DefaultSliderControlOptions |
DefaultSliderControlOptions.withType(String type)
The type of the
DefaultSliderControlOptions. |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultFilterControlOptions.setDefaultSliderOptions(DefaultSliderControlOptions defaultSliderOptions)
The default options that correspond to the
Slider filter control type. |
DefaultFilterControlOptions |
DefaultFilterControlOptions.withDefaultSliderOptions(DefaultSliderControlOptions defaultSliderOptions)
The default options that correspond to the
Slider filter control type. |
Copyright © 2024. All rights reserved.