Uses of Class
software.amazon.awssdk.services.sesv2.model.MessageTag
-
Packages that use MessageTag Package Description software.amazon.awssdk.services.sesv2.model -
-
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 MessageTag Modifier and Type Method Description 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.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.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.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 MessageTag Modifier and Type Method Description SendBulkEmailRequest.BuilderSendBulkEmailRequest.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.BuilderGetMessageInsightsResponse.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.BuilderSendEmailRequest.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.BuilderBulkEmailEntry.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 MessageTag Modifier and Type Method Description SendBulkEmailRequest.BuilderSendBulkEmailRequest.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.BuilderGetMessageInsightsResponse.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.BuilderSendEmailRequest.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.BuilderBulkEmailEntry.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.
-