Uses of Class
software.amazon.awssdk.services.quicksight.model.TextControlPlaceholderOptions
-
Packages that use TextControlPlaceholderOptions Package Description software.amazon.awssdk.services.quicksight.model -
-
Uses of TextControlPlaceholderOptions in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return TextControlPlaceholderOptions Modifier and Type Method Description TextControlPlaceholderOptionsTextAreaControlDisplayOptions. placeholderOptions()The configuration of the placeholder options in a text area control.TextControlPlaceholderOptionsTextFieldControlDisplayOptions. placeholderOptions()The configuration of the placeholder options in a text field control.Methods in software.amazon.awssdk.services.quicksight.model with parameters of type TextControlPlaceholderOptions Modifier and Type Method Description TextAreaControlDisplayOptions.BuilderTextAreaControlDisplayOptions.Builder. placeholderOptions(TextControlPlaceholderOptions placeholderOptions)The configuration of the placeholder options in a text area control.TextFieldControlDisplayOptions.BuilderTextFieldControlDisplayOptions.Builder. placeholderOptions(TextControlPlaceholderOptions placeholderOptions)The configuration of the placeholder options in a text field control.
-