Uses of Class
software.amazon.awssdk.services.ses.model.MessageTag
-
Packages that use MessageTag Package Description software.amazon.awssdk.services.ses.model -
-
Uses of MessageTag in software.amazon.awssdk.services.ses.model
Methods in software.amazon.awssdk.services.ses.model that return types with arguments of type MessageTag Modifier and Type Method Description List<MessageTag>SendBulkTemplatedEmailRequest. defaultTags()A list of tags, in the form of name/value pairs, to apply to an email that you send to a destination usingSendBulkTemplatedEmail.List<MessageTag>BulkEmailDestination. replacementTags()A list of tags, in the form of name/value pairs, to apply to an email that you send usingSendBulkTemplatedEmail.List<MessageTag>SendEmailRequest. tags()A list of tags, in the form of name/value pairs, to apply to an email that you send usingSendEmail.List<MessageTag>SendRawEmailRequest. tags()A list of tags, in the form of name/value pairs, to apply to an email that you send usingSendRawEmail.List<MessageTag>SendTemplatedEmailRequest. tags()A list of tags, in the form of name/value pairs, to apply to an email that you send usingSendTemplatedEmail.Methods in software.amazon.awssdk.services.ses.model with parameters of type MessageTag Modifier and Type Method Description SendBulkTemplatedEmailRequest.BuilderSendBulkTemplatedEmailRequest.Builder. defaultTags(MessageTag... defaultTags)A list of tags, in the form of name/value pairs, to apply to an email that you send to a destination usingSendBulkTemplatedEmail.BulkEmailDestination.BuilderBulkEmailDestination.Builder. replacementTags(MessageTag... replacementTags)A list of tags, in the form of name/value pairs, to apply to an email that you send usingSendBulkTemplatedEmail.SendEmailRequest.BuilderSendEmailRequest.Builder. tags(MessageTag... tags)A list of tags, in the form of name/value pairs, to apply to an email that you send usingSendEmail.SendRawEmailRequest.BuilderSendRawEmailRequest.Builder. tags(MessageTag... tags)A list of tags, in the form of name/value pairs, to apply to an email that you send usingSendRawEmail.SendTemplatedEmailRequest.BuilderSendTemplatedEmailRequest.Builder. tags(MessageTag... tags)A list of tags, in the form of name/value pairs, to apply to an email that you send usingSendTemplatedEmail.Method parameters in software.amazon.awssdk.services.ses.model with type arguments of type MessageTag Modifier and Type Method Description SendBulkTemplatedEmailRequest.BuilderSendBulkTemplatedEmailRequest.Builder. defaultTags(Collection<MessageTag> defaultTags)A list of tags, in the form of name/value pairs, to apply to an email that you send to a destination usingSendBulkTemplatedEmail.BulkEmailDestination.BuilderBulkEmailDestination.Builder. replacementTags(Collection<MessageTag> replacementTags)A list of tags, in the form of name/value pairs, to apply to an email that you send usingSendBulkTemplatedEmail.SendEmailRequest.BuilderSendEmailRequest.Builder. tags(Collection<MessageTag> tags)A list of tags, in the form of name/value pairs, to apply to an email that you send usingSendEmail.SendRawEmailRequest.BuilderSendRawEmailRequest.Builder. tags(Collection<MessageTag> tags)A list of tags, in the form of name/value pairs, to apply to an email that you send usingSendRawEmail.SendTemplatedEmailRequest.BuilderSendTemplatedEmailRequest.Builder. tags(Collection<MessageTag> tags)A list of tags, in the form of name/value pairs, to apply to an email that you send usingSendTemplatedEmail.
-