| Package | Description |
|---|---|
| com.amazonaws.services.qapps.model |
| Modifier and Type | Method and Description |
|---|---|
QPluginCard |
QPluginCard.clone() |
QPluginCard |
Card.getQPlugin()
A container for the properties of the plugin card.
|
QPluginCard |
QPluginCard.withDependencies(Collection<String> dependencies)
Any dependencies or requirements for the plugin card.
|
QPluginCard |
QPluginCard.withDependencies(String... dependencies)
Any dependencies or requirements for the plugin card.
|
QPluginCard |
QPluginCard.withId(String id)
The unique identifier of the plugin card.
|
QPluginCard |
QPluginCard.withPluginId(String pluginId)
The unique identifier of the plugin used by the card.
|
QPluginCard |
QPluginCard.withPluginType(PluginType pluginType)
The type or category of the plugin used by the card.
|
QPluginCard |
QPluginCard.withPluginType(String pluginType)
The type or category of the plugin used by the card.
|
QPluginCard |
QPluginCard.withPrompt(String prompt)
The prompt or instructions displayed for the plugin card.
|
QPluginCard |
QPluginCard.withTitle(String title)
The title or label of the plugin card.
|
QPluginCard |
QPluginCard.withType(CardType type)
The type of the card.
|
QPluginCard |
QPluginCard.withType(String type)
The type of the card.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Card.setQPlugin(QPluginCard qPlugin)
A container for the properties of the plugin card.
|
Card |
Card.withQPlugin(QPluginCard qPlugin)
A container for the properties of the plugin card.
|
Copyright © 2025. All rights reserved.