Uses of Class
software.amazon.awssdk.services.sesv2.model.Attachment
Packages that use Attachment
-
Uses of Attachment in software.amazon.awssdk.services.sesv2.model
Methods in software.amazon.awssdk.services.sesv2.model that return types with arguments of type AttachmentModifier and TypeMethodDescriptionfinal List<Attachment>Message.attachments()The List of attachments to include in your email.final List<Attachment>Template.attachments()The List of attachments to include in your email.Methods in software.amazon.awssdk.services.sesv2.model with parameters of type AttachmentModifier and TypeMethodDescriptionMessage.Builder.attachments(Attachment... attachments) The List of attachments to include in your email.Template.Builder.attachments(Attachment... attachments) The List of attachments to include in your email.Method parameters in software.amazon.awssdk.services.sesv2.model with type arguments of type AttachmentModifier and TypeMethodDescriptionMessage.Builder.attachments(Collection<Attachment> attachments) The List of attachments to include in your email.Template.Builder.attachments(Collection<Attachment> attachments) The List of attachments to include in your email.