Uses of Class
software.amazon.awssdk.services.qapps.model.TextInputCard
-
Packages that use TextInputCard Package Description software.amazon.awssdk.services.qapps.model -
-
Uses of TextInputCard in software.amazon.awssdk.services.qapps.model
Methods in software.amazon.awssdk.services.qapps.model that return TextInputCard Modifier and Type Method Description TextInputCardCard. textInput()A container for the properties of the text input card.Methods in software.amazon.awssdk.services.qapps.model with parameters of type TextInputCard Modifier and Type Method Description static CardCard. fromTextInput(TextInputCard textInput)Create an instance of this class withCard.textInput()initialized to the given value.Card.BuilderCard.Builder. textInput(TextInputCard textInput)A container for the properties of the text input card.
-