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