Uses of Class
software.amazon.awssdk.services.qbusiness.model.AttachmentInput
-
Packages that use AttachmentInput Package Description software.amazon.awssdk.services.qbusiness.model -
-
Uses of AttachmentInput in software.amazon.awssdk.services.qbusiness.model
Methods in software.amazon.awssdk.services.qbusiness.model that return types with arguments of type AttachmentInput Modifier and Type Method Description List<AttachmentInput>ChatSyncRequest. attachments()A list of files uploaded directly during chat.Methods in software.amazon.awssdk.services.qbusiness.model with parameters of type AttachmentInput Modifier and Type Method Description ChatSyncRequest.BuilderChatSyncRequest.Builder. attachments(AttachmentInput... attachments)A list of files uploaded directly during chat.Method parameters in software.amazon.awssdk.services.qbusiness.model with type arguments of type AttachmentInput Modifier and Type Method Description ChatSyncRequest.BuilderChatSyncRequest.Builder. attachments(Collection<AttachmentInput> attachments)A list of files uploaded directly during chat.
-