| Package | Description |
|---|---|
| com.amazonaws.services.quicksight.model |
| Modifier and Type | Method and Description |
|---|---|
FilterTextAreaControl |
FilterTextAreaControl.clone() |
FilterTextAreaControl |
FilterControl.getTextArea()
A control to display a text box that is used to enter multiple entries.
|
FilterTextAreaControl |
FilterTextAreaControl.withDelimiter(String delimiter)
The delimiter that is used to separate the lines in text.
|
FilterTextAreaControl |
FilterTextAreaControl.withDisplayOptions(TextAreaControlDisplayOptions displayOptions)
The display options of a control.
|
FilterTextAreaControl |
FilterTextAreaControl.withFilterControlId(String filterControlId)
The ID of the
FilterTextAreaControl. |
FilterTextAreaControl |
FilterTextAreaControl.withSourceFilterId(String sourceFilterId)
The source filter ID of the
FilterTextAreaControl. |
FilterTextAreaControl |
FilterTextAreaControl.withTitle(String title)
The title of the
FilterTextAreaControl. |
| Modifier and Type | Method and Description |
|---|---|
void |
FilterControl.setTextArea(FilterTextAreaControl textArea)
A control to display a text box that is used to enter multiple entries.
|
FilterControl |
FilterControl.withTextArea(FilterTextAreaControl textArea)
A control to display a text box that is used to enter multiple entries.
|
Copyright © 2023. All rights reserved.