Uses of Class
software.amazon.awssdk.services.mailmanager.model.S3Action
-
Packages that use S3Action Package Description software.amazon.awssdk.services.mailmanager.model -
-
Uses of S3Action in software.amazon.awssdk.services.mailmanager.model
Methods in software.amazon.awssdk.services.mailmanager.model that return S3Action Modifier and Type Method Description S3ActionRuleAction. writeToS3()This action writes the MIME content of the email to an S3 bucket.Methods in software.amazon.awssdk.services.mailmanager.model with parameters of type S3Action Modifier and Type Method Description static RuleActionRuleAction. fromWriteToS3(S3Action writeToS3)Create an instance of this class withRuleAction.writeToS3()initialized to the given value.RuleAction.BuilderRuleAction.Builder. writeToS3(S3Action writeToS3)This action writes the MIME content of the email to an S3 bucket.
-