Uses of Interface
software.amazon.awssdk.services.qbusiness.model.AppliedAttachmentsConfiguration.Builder
-
Packages that use AppliedAttachmentsConfiguration.Builder Package Description software.amazon.awssdk.services.qbusiness.model -
-
Uses of AppliedAttachmentsConfiguration.Builder in software.amazon.awssdk.services.qbusiness.model
Methods in software.amazon.awssdk.services.qbusiness.model that return AppliedAttachmentsConfiguration.Builder Modifier and Type Method Description AppliedAttachmentsConfiguration.BuilderAppliedAttachmentsConfiguration.Builder. attachmentsControlMode(String attachmentsControlMode)Information about whether file upload during chat functionality is activated for your application.AppliedAttachmentsConfiguration.BuilderAppliedAttachmentsConfiguration.Builder. attachmentsControlMode(AttachmentsControlMode attachmentsControlMode)Information about whether file upload during chat functionality is activated for your application.static AppliedAttachmentsConfiguration.BuilderAppliedAttachmentsConfiguration. builder()AppliedAttachmentsConfiguration.BuilderAppliedAttachmentsConfiguration. toBuilder()Methods in software.amazon.awssdk.services.qbusiness.model that return types with arguments of type AppliedAttachmentsConfiguration.Builder Modifier and Type Method Description static Class<? extends AppliedAttachmentsConfiguration.Builder>AppliedAttachmentsConfiguration. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.qbusiness.model with type arguments of type AppliedAttachmentsConfiguration.Builder Modifier and Type Method Description default GetApplicationResponse.BuilderGetApplicationResponse.Builder. attachmentsConfiguration(Consumer<AppliedAttachmentsConfiguration.Builder> attachmentsConfiguration)Settings for whether end users can upload files directly during chat.
-