Uses of Interface
software.amazon.awssdk.services.mailmanager.model.DropAction.Builder
-
Packages that use DropAction.Builder Package Description software.amazon.awssdk.services.mailmanager.model -
-
Uses of DropAction.Builder in software.amazon.awssdk.services.mailmanager.model
Methods in software.amazon.awssdk.services.mailmanager.model that return DropAction.Builder Modifier and Type Method Description static DropAction.BuilderDropAction. builder()DropAction.BuilderDropAction. toBuilder()Methods in software.amazon.awssdk.services.mailmanager.model that return types with arguments of type DropAction.Builder Modifier and Type Method Description static Class<? extends DropAction.Builder>DropAction. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.mailmanager.model with type arguments of type DropAction.Builder Modifier and Type Method Description default RuleAction.BuilderRuleAction.Builder. drop(Consumer<DropAction.Builder> drop)This action terminates the evaluation of rules in the rule set.static RuleActionRuleAction. fromDrop(Consumer<DropAction.Builder> drop)Create an instance of this class withRuleAction.drop()initialized to the given value.
-