Uses of Class
software.amazon.awssdk.services.qbusiness.model.QAppsConfiguration
-
Packages that use QAppsConfiguration Package Description software.amazon.awssdk.services.qbusiness.model -
-
Uses of QAppsConfiguration in software.amazon.awssdk.services.qbusiness.model
Methods in software.amazon.awssdk.services.qbusiness.model that return QAppsConfiguration Modifier and Type Method Description QAppsConfigurationCreateApplicationRequest. qAppsConfiguration()An option to allow end users to create and use Amazon Q Apps in the web experience.QAppsConfigurationGetApplicationResponse. qAppsConfiguration()Settings for whether end users can create and use Amazon Q Apps in the web experience.QAppsConfigurationUpdateApplicationRequest. qAppsConfiguration()An option to allow end users to create and use Amazon Q Apps in the web experience.Methods in software.amazon.awssdk.services.qbusiness.model with parameters of type QAppsConfiguration Modifier and Type Method Description CreateApplicationRequest.BuilderCreateApplicationRequest.Builder. qAppsConfiguration(QAppsConfiguration qAppsConfiguration)An option to allow end users to create and use Amazon Q Apps in the web experience.GetApplicationResponse.BuilderGetApplicationResponse.Builder. qAppsConfiguration(QAppsConfiguration qAppsConfiguration)Settings for whether end users can create and use Amazon Q Apps in the web experience.UpdateApplicationRequest.BuilderUpdateApplicationRequest.Builder. qAppsConfiguration(QAppsConfiguration qAppsConfiguration)An option to allow end users to create and use Amazon Q Apps in the web experience.
-