Uses of Class
software.amazon.awssdk.services.ses.model.MessageTag
Packages that use MessageTag
-
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 MessageTagModifier and TypeMethodDescriptionfinal 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.final List<MessageTag>BulkEmailDestination.replacementTags()A list of tags, in the form of name/value pairs, to apply to an email that you send usingSendBulkTemplatedEmail.final List<MessageTag>SendEmailRequest.tags()A list of tags, in the form of name/value pairs, to apply to an email that you send usingSendEmail.final List<MessageTag>SendRawEmailRequest.tags()A list of tags, in the form of name/value pairs, to apply to an email that you send usingSendRawEmail.final 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 MessageTagModifier and TypeMethodDescriptionSendBulkTemplatedEmailRequest.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.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.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.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.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 MessageTagModifier and TypeMethodDescriptionSendBulkTemplatedEmailRequest.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.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.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.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.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.