| Package | Description |
|---|---|
| com.amazonaws.services.qapps.model |
| Modifier and Type | Method and Description |
|---|---|
TextInputCardInput |
TextInputCardInput.clone() |
TextInputCardInput |
CardInput.getTextInput()
A container for the properties of the text input card.
|
TextInputCardInput |
TextInputCardInput.withDefaultValue(String defaultValue)
The default value to pre-populate in the text input field.
|
TextInputCardInput |
TextInputCardInput.withId(String id)
The unique identifier of the text input card.
|
TextInputCardInput |
TextInputCardInput.withPlaceholder(String placeholder)
The placeholder text to display in the text input field.
|
TextInputCardInput |
TextInputCardInput.withTitle(String title)
The title or label of the text input card.
|
TextInputCardInput |
TextInputCardInput.withType(CardType type)
The type of the card.
|
TextInputCardInput |
TextInputCardInput.withType(String type)
The type of the card.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CardInput.setTextInput(TextInputCardInput textInput)
A container for the properties of the text input card.
|
CardInput |
CardInput.withTextInput(TextInputCardInput textInput)
A container for the properties of the text input card.
|
Copyright © 2025. All rights reserved.