Uses of Class
software.amazon.awssdk.services.sesv2.model.Attachment
-
Packages that use Attachment Package Description software.amazon.awssdk.services.sesv2.model -
-
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 Attachment Modifier and Type Method Description List<Attachment>Message. attachments()The List of attachments to include in your email.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 Attachment Modifier and Type Method Description Message.BuilderMessage.Builder. attachments(Attachment... attachments)The List of attachments to include in your email.Template.BuilderTemplate.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 Attachment Modifier and Type Method Description Message.BuilderMessage.Builder. attachments(Collection<Attachment> attachments)The List of attachments to include in your email.Template.BuilderTemplate.Builder. attachments(Collection<Attachment> attachments)The List of attachments to include in your email.
-