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