Package | Description |
---|---|
com.amazonaws.services.quicksight.model |
Modifier and Type | Method and Description |
---|---|
CascadingControlConfiguration |
CascadingControlConfiguration.clone() |
CascadingControlConfiguration |
FilterDropDownControl.getCascadingControlConfiguration()
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.
|
CascadingControlConfiguration |
FilterListControl.getCascadingControlConfiguration()
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.
|
CascadingControlConfiguration |
ParameterListControl.getCascadingControlConfiguration()
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.
|
CascadingControlConfiguration |
ParameterDropDownControl.getCascadingControlConfiguration()
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.
|
CascadingControlConfiguration |
CascadingControlConfiguration.withSourceControls(CascadingControlSource... sourceControls)
A list of source controls that determine the values that are used in the current control.
|
CascadingControlConfiguration |
CascadingControlConfiguration.withSourceControls(Collection<CascadingControlSource> sourceControls)
A list of source controls that determine the values that are used in the current control.
|
Modifier and Type | Method and Description |
---|---|
void |
FilterDropDownControl.setCascadingControlConfiguration(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.
|
void |
FilterListControl.setCascadingControlConfiguration(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.
|
void |
ParameterListControl.setCascadingControlConfiguration(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.
|
void |
ParameterDropDownControl.setCascadingControlConfiguration(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.
|
FilterDropDownControl |
FilterDropDownControl.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.
|
FilterListControl |
FilterListControl.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.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.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.
|
Copyright © 2023. All rights reserved.