Package | Description |
---|---|
com.amazonaws.services.quicksight.model |
Modifier and Type | Method and Description |
---|---|
ParameterTextAreaControl |
ParameterTextAreaControl.clone() |
ParameterTextAreaControl |
ParameterControl.getTextArea()
A control to display a text box that is used to enter multiple entries.
|
ParameterTextAreaControl |
ParameterTextAreaControl.withDelimiter(String delimiter)
The delimiter that is used to separate the lines in text.
|
ParameterTextAreaControl |
ParameterTextAreaControl.withDisplayOptions(TextAreaControlDisplayOptions displayOptions)
The display options of a control.
|
ParameterTextAreaControl |
ParameterTextAreaControl.withParameterControlId(String parameterControlId)
The ID of the
ParameterTextAreaControl . |
ParameterTextAreaControl |
ParameterTextAreaControl.withSourceParameterName(String sourceParameterName)
The source parameter name of the
ParameterTextAreaControl . |
ParameterTextAreaControl |
ParameterTextAreaControl.withTitle(String title)
The title of the
ParameterTextAreaControl . |
Modifier and Type | Method and Description |
---|---|
void |
ParameterControl.setTextArea(ParameterTextAreaControl textArea)
A control to display a text box that is used to enter multiple entries.
|
ParameterControl |
ParameterControl.withTextArea(ParameterTextAreaControl textArea)
A control to display a text box that is used to enter multiple entries.
|
Copyright © 2023. All rights reserved.