Uses of Class
software.amazon.awssdk.services.mailmanager.model.SendAction
-
Packages that use SendAction Package Description software.amazon.awssdk.services.mailmanager.model -
-
Uses of SendAction in software.amazon.awssdk.services.mailmanager.model
Methods in software.amazon.awssdk.services.mailmanager.model that return SendAction Modifier and Type Method Description SendActionRuleAction. send()This action sends the email to the internet.Methods in software.amazon.awssdk.services.mailmanager.model with parameters of type SendAction Modifier and Type Method Description static RuleActionRuleAction. fromSend(SendAction send)Create an instance of this class withRuleAction.send()initialized to the given value.RuleAction.BuilderRuleAction.Builder. send(SendAction send)This action sends the email to the internet.
-