Uses of Class
software.amazon.awssdk.services.qapps.model.CardInput
-
Packages that use CardInput Package Description software.amazon.awssdk.services.qapps.model -
-
Uses of CardInput in software.amazon.awssdk.services.qapps.model
Methods in software.amazon.awssdk.services.qapps.model that return CardInput Modifier and Type Method Description static CardInputCardInput. fromFileUpload(Consumer<FileUploadCardInput.Builder> fileUpload)Create an instance of this class withfileUpload()initialized to the given value.static CardInputCardInput. fromFileUpload(FileUploadCardInput fileUpload)Create an instance of this class withfileUpload()initialized to the given value.static CardInputCardInput. fromQPlugin(Consumer<QPluginCardInput.Builder> qPlugin)Create an instance of this class withqPlugin()initialized to the given value.static CardInputCardInput. fromQPlugin(QPluginCardInput qPlugin)Create an instance of this class withqPlugin()initialized to the given value.static CardInputCardInput. fromQQuery(Consumer<QQueryCardInput.Builder> qQuery)Create an instance of this class withqQuery()initialized to the given value.static CardInputCardInput. fromQQuery(QQueryCardInput qQuery)Create an instance of this class withqQuery()initialized to the given value.static CardInputCardInput. fromTextInput(Consumer<TextInputCardInput.Builder> textInput)Create an instance of this class withtextInput()initialized to the given value.static CardInputCardInput. fromTextInput(TextInputCardInput textInput)Create an instance of this class withtextInput()initialized to the given value.Methods in software.amazon.awssdk.services.qapps.model that return types with arguments of type CardInput Modifier and Type Method Description List<CardInput>AppDefinitionInput. cards()The cards that make up the Q App definition.Methods in software.amazon.awssdk.services.qapps.model with parameters of type CardInput Modifier and Type Method Description AppDefinitionInput.BuilderAppDefinitionInput.Builder. cards(CardInput... cards)The cards that make up the Q App definition.Method parameters in software.amazon.awssdk.services.qapps.model with type arguments of type CardInput Modifier and Type Method Description AppDefinitionInput.BuilderAppDefinitionInput.Builder. cards(Collection<CardInput> cards)The cards that make up the Q App definition.
-