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 types with arguments of type AttachmentOutput Modifier and Type Method Description List<AttachmentOutput>Message. attachments()A file directly uploaded into an Amazon Q 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 Message.BuilderMessage.Builder. attachments(AttachmentOutput... attachments)A file directly uploaded into an Amazon Q 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 web experience chat.ChatSyncResponse.BuilderChatSyncResponse.Builder. failedAttachments(Collection<AttachmentOutput> failedAttachments)A list of files which failed to upload during chat.
-