Uses of Class
software.amazon.awssdk.services.mailmanager.model.AddHeaderAction
-
Packages that use AddHeaderAction Package Description software.amazon.awssdk.services.mailmanager.model -
-
Uses of AddHeaderAction in software.amazon.awssdk.services.mailmanager.model
Methods in software.amazon.awssdk.services.mailmanager.model that return AddHeaderAction Modifier and Type Method Description AddHeaderActionRuleAction. addHeader()This action adds a header.Methods in software.amazon.awssdk.services.mailmanager.model with parameters of type AddHeaderAction Modifier and Type Method Description RuleAction.BuilderRuleAction.Builder. addHeader(AddHeaderAction addHeader)This action adds a header.static RuleActionRuleAction. fromAddHeader(AddHeaderAction addHeader)Create an instance of this class withRuleAction.addHeader()initialized to the given value.
-