Uses of Class
software.amazon.awssdk.services.qapps.model.AppDefinitionInput
-
Packages that use AppDefinitionInput Package Description software.amazon.awssdk.services.qapps.model -
-
Uses of AppDefinitionInput in software.amazon.awssdk.services.qapps.model
Methods in software.amazon.awssdk.services.qapps.model that return AppDefinitionInput Modifier and Type Method Description AppDefinitionInputCreateQAppRequest. appDefinition()The definition of the new Q App, specifying the cards and flow.AppDefinitionInputPredictAppDefinition. appDefinition()The definition specifying the cards and flow of the generated Q App.AppDefinitionInputUpdateQAppRequest. appDefinition()The new definition specifying the cards and flow for the Q App.Methods in software.amazon.awssdk.services.qapps.model with parameters of type AppDefinitionInput Modifier and Type Method Description CreateQAppRequest.BuilderCreateQAppRequest.Builder. appDefinition(AppDefinitionInput appDefinition)The definition of the new Q App, specifying the cards and flow.PredictAppDefinition.BuilderPredictAppDefinition.Builder. appDefinition(AppDefinitionInput appDefinition)The definition specifying the cards and flow of the generated Q App.UpdateQAppRequest.BuilderUpdateQAppRequest.Builder. appDefinition(AppDefinitionInput appDefinition)The new definition specifying the cards and flow for the Q App.
-