Uses of Class
software.amazon.awssdk.services.mailmanager.model.DropAction
-
Packages that use DropAction Package Description software.amazon.awssdk.services.mailmanager.model -
-
Uses of DropAction in software.amazon.awssdk.services.mailmanager.model
Methods in software.amazon.awssdk.services.mailmanager.model that return DropAction Modifier and Type Method Description DropActionRuleAction. drop()This action terminates the evaluation of rules in the rule set.Methods in software.amazon.awssdk.services.mailmanager.model with parameters of type DropAction Modifier and Type Method Description RuleAction.BuilderRuleAction.Builder. drop(DropAction drop)This action terminates the evaluation of rules in the rule set.static RuleActionRuleAction. fromDrop(DropAction drop)Create an instance of this class withRuleAction.drop()initialized to the given value.
-