Package | Description |
---|---|
com.amazonaws.services.quicksight.model |
Modifier and Type | Method and Description |
---|---|
CascadingControlSource |
CascadingControlSource.clone() |
CascadingControlSource |
CascadingControlSource.withColumnToMatch(ColumnIdentifier columnToMatch)
The column identifier that determines which column to look up for the source sheet control.
|
CascadingControlSource |
CascadingControlSource.withSourceSheetControlId(String sourceSheetControlId)
The source sheet control ID of a
CascadingControlSource . |
Modifier and Type | Method and Description |
---|---|
List<CascadingControlSource> |
CascadingControlConfiguration.getSourceControls()
A list of source controls that determine the values that are used in the current control.
|
Modifier and Type | Method and Description |
---|---|
CascadingControlConfiguration |
CascadingControlConfiguration.withSourceControls(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 |
CascadingControlConfiguration.setSourceControls(Collection<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.
|
Copyright © 2023. All rights reserved.