Uses of Class
software.amazon.awssdk.services.mailmanager.model.ReplaceRecipientAction
-
Packages that use ReplaceRecipientAction Package Description software.amazon.awssdk.services.mailmanager.model -
-
Uses of ReplaceRecipientAction in software.amazon.awssdk.services.mailmanager.model
Methods in software.amazon.awssdk.services.mailmanager.model that return ReplaceRecipientAction Modifier and Type Method Description ReplaceRecipientActionRuleAction. replaceRecipient()The action replaces certain or all recipients with a different set of recipients.Methods in software.amazon.awssdk.services.mailmanager.model with parameters of type ReplaceRecipientAction Modifier and Type Method Description static RuleActionRuleAction. fromReplaceRecipient(ReplaceRecipientAction replaceRecipient)Create an instance of this class withRuleAction.replaceRecipient()initialized to the given value.RuleAction.BuilderRuleAction.Builder. replaceRecipient(ReplaceRecipientAction replaceRecipient)The action replaces certain or all recipients with a different set of recipients.
-