Uses of Class
software.amazon.awssdk.services.pinpointemail.model.MessageTag
-
Packages that use MessageTag Package Description software.amazon.awssdk.services.pinpointemail.model -
-
Uses of MessageTag in software.amazon.awssdk.services.pinpointemail.model
Methods in software.amazon.awssdk.services.pinpointemail.model that return types with arguments of type MessageTag Modifier and Type Method Description 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.Methods in software.amazon.awssdk.services.pinpointemail.model with parameters of type MessageTag Modifier and Type Method Description 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.Method parameters in software.amazon.awssdk.services.pinpointemail.model with type arguments of type MessageTag Modifier and Type Method Description 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.
-