Uses of Class
software.amazon.awssdk.services.qapps.model.Card
-
Packages that use Card Package Description software.amazon.awssdk.services.qapps.model -
-
Uses of Card in software.amazon.awssdk.services.qapps.model
Methods in software.amazon.awssdk.services.qapps.model that return Card Modifier and Type Method Description static CardCard. fromFileUpload(Consumer<FileUploadCard.Builder> fileUpload)Create an instance of this class withfileUpload()initialized to the given value.static CardCard. fromFileUpload(FileUploadCard fileUpload)Create an instance of this class withfileUpload()initialized to the given value.static CardCard. fromQPlugin(Consumer<QPluginCard.Builder> qPlugin)Create an instance of this class withqPlugin()initialized to the given value.static CardCard. fromQPlugin(QPluginCard qPlugin)Create an instance of this class withqPlugin()initialized to the given value.static CardCard. fromQQuery(Consumer<QQueryCard.Builder> qQuery)Create an instance of this class withqQuery()initialized to the given value.static CardCard. fromQQuery(QQueryCard qQuery)Create an instance of this class withqQuery()initialized to the given value.static CardCard. fromTextInput(Consumer<TextInputCard.Builder> textInput)Create an instance of this class withtextInput()initialized to the given value.static CardCard. fromTextInput(TextInputCard textInput)Create an instance of this class withtextInput()initialized to the given value.Methods in software.amazon.awssdk.services.qapps.model that return types with arguments of type Card Modifier and Type Method Description List<Card>AppDefinition. cards()The cards that make up the Q App, such as text input, file upload, or query cards.Methods in software.amazon.awssdk.services.qapps.model with parameters of type Card Modifier and Type Method Description AppDefinition.BuilderAppDefinition.Builder. cards(Card... cards)The cards that make up the Q App, such as text input, file upload, or query cards.Method parameters in software.amazon.awssdk.services.qapps.model with type arguments of type Card Modifier and Type Method Description AppDefinition.BuilderAppDefinition.Builder. cards(Collection<Card> cards)The cards that make up the Q App, such as text input, file upload, or query cards.
-