| Package | Description |
|---|---|
| com.amazonaws.services.qapps.model |
| Modifier and Type | Method and Description |
|---|---|
CardValue |
CardValue.clone() |
CardValue |
CardValue.withCardId(String cardId)
The unique identifier of the card.
|
CardValue |
CardValue.withValue(String value)
The value or result associated with the card.
|
| Modifier and Type | Method and Description |
|---|---|
List<CardValue> |
StartQAppSessionRequest.getInitialValues()
Optional initial input values to provide for the Q App session.
|
List<CardValue> |
UpdateQAppSessionRequest.getValues()
The input values to provide for the current state of the Q App session.
|
| Modifier and Type | Method and Description |
|---|---|
StartQAppSessionRequest |
StartQAppSessionRequest.withInitialValues(CardValue... initialValues)
Optional initial input values to provide for the Q App session.
|
UpdateQAppSessionRequest |
UpdateQAppSessionRequest.withValues(CardValue... values)
The input values to provide for the current state of the Q App session.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StartQAppSessionRequest.setInitialValues(Collection<CardValue> initialValues)
Optional initial input values to provide for the Q App session.
|
void |
UpdateQAppSessionRequest.setValues(Collection<CardValue> values)
The input values to provide for the current state of the Q App session.
|
StartQAppSessionRequest |
StartQAppSessionRequest.withInitialValues(Collection<CardValue> initialValues)
Optional initial input values to provide for the Q App session.
|
UpdateQAppSessionRequest |
UpdateQAppSessionRequest.withValues(Collection<CardValue> values)
The input values to provide for the current state of the Q App session.
|
Copyright © 2025. All rights reserved.