Uses of Interface
software.amazon.awssdk.services.qbusiness.model.QAppsConfiguration.Builder
-
Packages that use QAppsConfiguration.Builder Package Description software.amazon.awssdk.services.qbusiness.model -
-
Uses of QAppsConfiguration.Builder in software.amazon.awssdk.services.qbusiness.model
Methods in software.amazon.awssdk.services.qbusiness.model that return QAppsConfiguration.Builder Modifier and Type Method Description static QAppsConfiguration.BuilderQAppsConfiguration. builder()QAppsConfiguration.BuilderQAppsConfiguration.Builder. qAppsControlMode(String qAppsControlMode)Status information about whether end users can create and use Amazon Q Apps in the web experience.QAppsConfiguration.BuilderQAppsConfiguration.Builder. qAppsControlMode(QAppsControlMode qAppsControlMode)Status information about whether end users can create and use Amazon Q Apps in the web experience.QAppsConfiguration.BuilderQAppsConfiguration. toBuilder()Methods in software.amazon.awssdk.services.qbusiness.model that return types with arguments of type QAppsConfiguration.Builder Modifier and Type Method Description static Class<? extends QAppsConfiguration.Builder>QAppsConfiguration. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.qbusiness.model with type arguments of type QAppsConfiguration.Builder Modifier and Type Method Description default CreateApplicationRequest.BuilderCreateApplicationRequest.Builder. qAppsConfiguration(Consumer<QAppsConfiguration.Builder> qAppsConfiguration)An option to allow end users to create and use Amazon Q Apps in the web experience.default GetApplicationResponse.BuilderGetApplicationResponse.Builder. qAppsConfiguration(Consumer<QAppsConfiguration.Builder> qAppsConfiguration)Settings for whether end users can create and use Amazon Q Apps in the web experience.default UpdateApplicationRequest.BuilderUpdateApplicationRequest.Builder. qAppsConfiguration(Consumer<QAppsConfiguration.Builder> qAppsConfiguration)An option to allow end users to create and use Amazon Q Apps in the web experience.
-