Uses of Class
software.amazon.awssdk.services.quicksight.model.ParameterTextAreaControl
-
Packages that use ParameterTextAreaControl Package Description software.amazon.awssdk.services.quicksight.model -
-
Uses of ParameterTextAreaControl in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return ParameterTextAreaControl Modifier and Type Method Description ParameterTextAreaControlParameterControl. textArea()A control to display a text box that is used to enter multiple entries.Methods in software.amazon.awssdk.services.quicksight.model with parameters of type ParameterTextAreaControl Modifier and Type Method Description ParameterControl.BuilderParameterControl.Builder. textArea(ParameterTextAreaControl textArea)A control to display a text box that is used to enter multiple entries.
-