Uses of Class
com.amazonaws.services.simpleemail.model.AddHeaderAction
Packages that use AddHeaderAction
-
Uses of AddHeaderAction in com.amazonaws.services.simpleemail.model
Methods in com.amazonaws.services.simpleemail.model that return AddHeaderActionModifier and TypeMethodDescriptionAddHeaderAction.clone()
ReceiptAction.getAddHeaderAction()
Adds a header to the received email.AddHeaderAction.withHeaderName
(String headerName) The name of the header to add.AddHeaderAction.withHeaderValue
(String headerValue) Must be less than 2048 characters, and must not contain newline characters ("\r" or "\n").Methods in com.amazonaws.services.simpleemail.model with parameters of type AddHeaderActionModifier and TypeMethodDescriptionvoid
ReceiptAction.setAddHeaderAction
(AddHeaderAction addHeaderAction) Adds a header to the received email.ReceiptAction.withAddHeaderAction
(AddHeaderAction addHeaderAction) Adds a header to the received email.