Uses of Class
software.amazon.awssdk.services.sesv2.model.MessageTag
Packages that use MessageTag
-
Uses of MessageTag in software.amazon.awssdk.services.sesv2.model
Methods in software.amazon.awssdk.services.sesv2.model that return types with arguments of type MessageTagModifier and TypeMethodDescriptionfinal List<MessageTag>SendBulkEmailRequest.defaultEmailTags()A list of tags, in the form of name/value pairs, to apply to an email that you send using theSendEmailoperation.final List<MessageTag>GetMessageInsightsResponse.emailTags()A list of tags, in the form of name/value pairs, that were applied to the email you sent, along with Amazon SES Auto-Tags.final List<MessageTag>SendEmailRequest.emailTags()A list of tags, in the form of name/value pairs, to apply to an email that you send using theSendEmailoperation.final List<MessageTag>BulkEmailEntry.replacementTags()A list of tags, in the form of name/value pairs, to apply to an email that you send using theSendBulkTemplatedEmailoperation.Methods in software.amazon.awssdk.services.sesv2.model with parameters of type MessageTagModifier and TypeMethodDescriptionSendBulkEmailRequest.Builder.defaultEmailTags(MessageTag... defaultEmailTags) A list of tags, in the form of name/value pairs, to apply to an email that you send using theSendEmailoperation.GetMessageInsightsResponse.Builder.emailTags(MessageTag... emailTags) A list of tags, in the form of name/value pairs, that were applied to the email you sent, along with Amazon SES Auto-Tags.SendEmailRequest.Builder.emailTags(MessageTag... emailTags) A list of tags, in the form of name/value pairs, to apply to an email that you send using theSendEmailoperation.BulkEmailEntry.Builder.replacementTags(MessageTag... replacementTags) A list of tags, in the form of name/value pairs, to apply to an email that you send using theSendBulkTemplatedEmailoperation.Method parameters in software.amazon.awssdk.services.sesv2.model with type arguments of type MessageTagModifier and TypeMethodDescriptionSendBulkEmailRequest.Builder.defaultEmailTags(Collection<MessageTag> defaultEmailTags) A list of tags, in the form of name/value pairs, to apply to an email that you send using theSendEmailoperation.GetMessageInsightsResponse.Builder.emailTags(Collection<MessageTag> emailTags) A list of tags, in the form of name/value pairs, that were applied to the email you sent, along with Amazon SES Auto-Tags.SendEmailRequest.Builder.emailTags(Collection<MessageTag> emailTags) A list of tags, in the form of name/value pairs, to apply to an email that you send using theSendEmailoperation.BulkEmailEntry.Builder.replacementTags(Collection<MessageTag> replacementTags) A list of tags, in the form of name/value pairs, to apply to an email that you send using theSendBulkTemplatedEmailoperation.