Uses of Interface
software.amazon.awssdk.services.qbusiness.model.AttachmentsConfiguration.Builder
-
Packages that use AttachmentsConfiguration.Builder Package Description software.amazon.awssdk.services.qbusiness.model -
-
Uses of AttachmentsConfiguration.Builder in software.amazon.awssdk.services.qbusiness.model
Methods in software.amazon.awssdk.services.qbusiness.model that return AttachmentsConfiguration.Builder Modifier and Type Method Description AttachmentsConfiguration.BuilderAttachmentsConfiguration.Builder. attachmentsControlMode(String attachmentsControlMode)Status information about whether file upload functionality is activated or deactivated for your end user.AttachmentsConfiguration.BuilderAttachmentsConfiguration.Builder. attachmentsControlMode(AttachmentsControlMode attachmentsControlMode)Status information about whether file upload functionality is activated or deactivated for your end user.static AttachmentsConfiguration.BuilderAttachmentsConfiguration. builder()AttachmentsConfiguration.BuilderAttachmentsConfiguration. toBuilder()Methods in software.amazon.awssdk.services.qbusiness.model that return types with arguments of type AttachmentsConfiguration.Builder Modifier and Type Method Description static Class<? extends AttachmentsConfiguration.Builder>AttachmentsConfiguration. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.qbusiness.model with type arguments of type AttachmentsConfiguration.Builder Modifier and Type Method Description default CreateApplicationRequest.BuilderCreateApplicationRequest.Builder. attachmentsConfiguration(Consumer<AttachmentsConfiguration.Builder> attachmentsConfiguration)An option to allow end users to upload files directly during chat.default UpdateApplicationRequest.BuilderUpdateApplicationRequest.Builder. attachmentsConfiguration(Consumer<AttachmentsConfiguration.Builder> attachmentsConfiguration)An option to allow end users to upload files directly during chat.
-