| Package | Description |
|---|---|
| com.amazonaws.services.qapps.model |
| Modifier and Type | Method and Description |
|---|---|
AppDefinition |
AppDefinition.clone() |
AppDefinition |
GetQAppResult.getAppDefinition()
The full definition of the Q App, specifying the cards and flow.
|
AppDefinition |
AppDefinition.withAppDefinitionVersion(String appDefinitionVersion)
The version of the app definition schema or specification.
|
AppDefinition |
AppDefinition.withCanEdit(Boolean canEdit)
A flag indicating whether the Q App's definition can be edited by the user.
|
AppDefinition |
AppDefinition.withCards(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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetQAppResult.setAppDefinition(AppDefinition appDefinition)
The full definition of the Q App, specifying the cards and flow.
|
GetQAppResult |
GetQAppResult.withAppDefinition(AppDefinition appDefinition)
The full definition of the Q App, specifying the cards and flow.
|
Copyright © 2025. All rights reserved.