| Package | Description |
|---|---|
| com.amazonaws.services.qapps.model |
| Modifier and Type | Method and Description |
|---|---|
CardStatus |
CardStatus.clone() |
CardStatus |
CardStatus.withCurrentState(ExecutionStatus currentState)
The current state of the card.
|
CardStatus |
CardStatus.withCurrentState(String currentState)
The current state of the card.
|
CardStatus |
CardStatus.withCurrentValue(String currentValue)
The current value or result associated with the card.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,CardStatus> |
GetQAppSessionResult.getCardStatus()
The current status for each card in the Q App session.
|
| Modifier and Type | Method and Description |
|---|---|
GetQAppSessionResult |
GetQAppSessionResult.addCardStatusEntry(String key,
CardStatus value)
Add a single CardStatus entry
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetQAppSessionResult.setCardStatus(Map<String,CardStatus> cardStatus)
The current status for each card in the Q App session.
|
GetQAppSessionResult |
GetQAppSessionResult.withCardStatus(Map<String,CardStatus> cardStatus)
The current status for each card in the Q App session.
|
Copyright © 2025. All rights reserved.