Uses of Class
software.amazon.awssdk.services.mailmanager.model.RelayAction
-
Packages that use RelayAction Package Description software.amazon.awssdk.services.mailmanager.model -
-
Uses of RelayAction in software.amazon.awssdk.services.mailmanager.model
Methods in software.amazon.awssdk.services.mailmanager.model that return RelayAction Modifier and Type Method Description RelayActionRuleAction. relay()This action relays the email to another SMTP server.Methods in software.amazon.awssdk.services.mailmanager.model with parameters of type RelayAction Modifier and Type Method Description static RuleActionRuleAction. fromRelay(RelayAction relay)Create an instance of this class withRuleAction.relay()initialized to the given value.RuleAction.BuilderRuleAction.Builder. relay(RelayAction relay)This action relays the email to another SMTP server.
-