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