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