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