| Package | Description |
|---|---|
| com.amazonaws.services.qapps.model |
| Modifier and Type | Method and Description |
|---|---|
CardInput |
CardInput.clone() |
CardInput |
CardInput.withFileUpload(FileUploadCardInput fileUpload)
A container for the properties of the file upload input card.
|
CardInput |
CardInput.withQPlugin(QPluginCardInput qPlugin)
A container for the properties of the plugin input card.
|
CardInput |
CardInput.withQQuery(QQueryCardInput qQuery)
A container for the properties of the query input card.
|
CardInput |
CardInput.withTextInput(TextInputCardInput textInput)
A container for the properties of the text input card.
|
| Modifier and Type | Method and Description |
|---|---|
List<CardInput> |
AppDefinitionInput.getCards()
The cards that make up the Q App definition.
|
| Modifier and Type | Method and Description |
|---|---|
AppDefinitionInput |
AppDefinitionInput.withCards(CardInput... cards)
The cards that make up the Q App definition.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AppDefinitionInput.setCards(Collection<CardInput> cards)
The cards that make up the Q App definition.
|
AppDefinitionInput |
AppDefinitionInput.withCards(Collection<CardInput> cards)
The cards that make up the Q App definition.
|
Copyright © 2025. All rights reserved.