| Package | Description |
|---|---|
| com.amazonaws.services.qapps.model |
| Modifier and Type | Method and Description |
|---|---|
Card |
Card.clone() |
Card |
Card.withFileUpload(FileUploadCard fileUpload)
A container for the properties of the file upload card.
|
Card |
Card.withQPlugin(QPluginCard qPlugin)
A container for the properties of the plugin card.
|
Card |
Card.withQQuery(QQueryCard qQuery)
A container for the properties of the query card.
|
Card |
Card.withTextInput(TextInputCard textInput)
A container for the properties of the text input card.
|
| Modifier and Type | Method and Description |
|---|---|
List<Card> |
AppDefinition.getCards()
The cards that make up the Q App, such as text input, file upload, or query cards.
|
| Modifier and Type | Method and Description |
|---|---|
AppDefinition |
AppDefinition.withCards(Card... cards)
The cards that make up the Q App, such as text input, file upload, or query cards.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AppDefinition.setCards(Collection<Card> cards)
The cards that make up the Q App, such as text input, file upload, or query cards.
|
AppDefinition |
AppDefinition.withCards(Collection<Card> cards)
The cards that make up the Q App, such as text input, file upload, or query cards.
|
Copyright © 2025. All rights reserved.