Uses of Class
software.amazon.awssdk.services.connect.model.EmailAttachment
-
Packages that use EmailAttachment Package Description software.amazon.awssdk.services.connect.model -
-
Uses of EmailAttachment in software.amazon.awssdk.services.connect.model
Methods in software.amazon.awssdk.services.connect.model that return types with arguments of type EmailAttachment Modifier and Type Method Description List<EmailAttachment>StartEmailContactRequest. attachments()List of S3 presigned URLs of email attachments and their file name.Methods in software.amazon.awssdk.services.connect.model with parameters of type EmailAttachment Modifier and Type Method Description StartEmailContactRequest.BuilderStartEmailContactRequest.Builder. attachments(EmailAttachment... attachments)List of S3 presigned URLs of email attachments and their file name.Method parameters in software.amazon.awssdk.services.connect.model with type arguments of type EmailAttachment Modifier and Type Method Description StartEmailContactRequest.BuilderStartEmailContactRequest.Builder. attachments(Collection<EmailAttachment> attachments)List of S3 presigned URLs of email attachments and their file name.
-