Uses of Class
software.amazon.awssdk.services.qbusiness.model.AttachmentOutput
-
Packages that use AttachmentOutput Package Description software.amazon.awssdk.services.qbusiness.model -
-
Uses of AttachmentOutput in software.amazon.awssdk.services.qbusiness.model
Methods in software.amazon.awssdk.services.qbusiness.model that return AttachmentOutput Modifier and Type Method Description AttachmentOutputFailedAttachmentEvent. attachment()Returns the value of the Attachment property for this object.Methods in software.amazon.awssdk.services.qbusiness.model that return types with arguments of type AttachmentOutput Modifier and Type Method Description List<AttachmentOutput>Message. attachments()A file directly uploaded into an Amazon Q Business web experience chat.List<AttachmentOutput>ChatSyncResponse. failedAttachments()A list of files which failed to upload during chat.Methods in software.amazon.awssdk.services.qbusiness.model with parameters of type AttachmentOutput Modifier and Type Method Description FailedAttachmentEvent.BuilderFailedAttachmentEvent.Builder. attachment(AttachmentOutput attachment)Sets the value of the Attachment property for this object.FailedAttachmentEvent.BuilderFailedAttachmentEvent.BuilderImpl. attachment(AttachmentOutput attachment)Message.BuilderMessage.Builder. attachments(AttachmentOutput... attachments)A file directly uploaded into an Amazon Q Business web experience chat.ChatSyncResponse.BuilderChatSyncResponse.Builder. failedAttachments(AttachmentOutput... failedAttachments)A list of files which failed to upload during chat.Method parameters in software.amazon.awssdk.services.qbusiness.model with type arguments of type AttachmentOutput Modifier and Type Method Description Message.BuilderMessage.Builder. attachments(Collection<AttachmentOutput> attachments)A file directly uploaded into an Amazon Q Business web experience chat.ChatSyncResponse.BuilderChatSyncResponse.Builder. failedAttachments(Collection<AttachmentOutput> failedAttachments)A list of files which failed to upload during chat.
-