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