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