Uses of Class
software.amazon.awssdk.services.qbusiness.model.AttachmentsControlMode
-
Packages that use AttachmentsControlMode Package Description software.amazon.awssdk.services.qbusiness.model -
-
Uses of AttachmentsControlMode in software.amazon.awssdk.services.qbusiness.model
Methods in software.amazon.awssdk.services.qbusiness.model that return AttachmentsControlMode Modifier and Type Method Description AttachmentsControlModeAppliedAttachmentsConfiguration. attachmentsControlMode()Information about whether file upload during chat functionality is activated for your application.AttachmentsControlModeAttachmentsConfiguration. attachmentsControlMode()Status information about whether file upload functionality is activated or deactivated for your end user.static AttachmentsControlModeAttachmentsControlMode. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static AttachmentsControlModeAttachmentsControlMode. valueOf(String name)Returns the enum constant of this type with the specified name.static AttachmentsControlMode[]AttachmentsControlMode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.qbusiness.model that return types with arguments of type AttachmentsControlMode Modifier and Type Method Description static Set<AttachmentsControlMode>AttachmentsControlMode. knownValues()Methods in software.amazon.awssdk.services.qbusiness.model with parameters of type AttachmentsControlMode Modifier and Type Method Description AppliedAttachmentsConfiguration.BuilderAppliedAttachmentsConfiguration.Builder. attachmentsControlMode(AttachmentsControlMode attachmentsControlMode)Information about whether file upload during chat functionality is activated for your application.AttachmentsConfiguration.BuilderAttachmentsConfiguration.Builder. attachmentsControlMode(AttachmentsControlMode attachmentsControlMode)Status information about whether file upload functionality is activated or deactivated for your end user.
-