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