Uses of Class
software.amazon.awssdk.services.qbusiness.model.AttachmentsConfiguration
-
Packages that use AttachmentsConfiguration Package Description software.amazon.awssdk.services.qbusiness.model -
-
Uses of AttachmentsConfiguration in software.amazon.awssdk.services.qbusiness.model
Methods in software.amazon.awssdk.services.qbusiness.model that return AttachmentsConfiguration Modifier and Type Method Description AttachmentsConfigurationCreateApplicationRequest. attachmentsConfiguration()An option to allow end users to upload files directly during chat.AttachmentsConfigurationUpdateApplicationRequest. attachmentsConfiguration()An option to allow end users to upload files directly during chat.Methods in software.amazon.awssdk.services.qbusiness.model with parameters of type AttachmentsConfiguration Modifier and Type Method Description CreateApplicationRequest.BuilderCreateApplicationRequest.Builder. attachmentsConfiguration(AttachmentsConfiguration attachmentsConfiguration)An option to allow end users to upload files directly during chat.UpdateApplicationRequest.BuilderUpdateApplicationRequest.Builder. attachmentsConfiguration(AttachmentsConfiguration attachmentsConfiguration)An option to allow end users to upload files directly during chat.
-