Uses of Class
software.amazon.awssdk.services.ses.model.S3Action
-
Packages that use S3Action Package Description software.amazon.awssdk.services.ses.model -
-
Uses of S3Action in software.amazon.awssdk.services.ses.model
Methods in software.amazon.awssdk.services.ses.model that return S3Action Modifier and Type Method Description S3ActionReceiptAction. s3Action()Saves the received message to an Amazon Simple Storage Service (Amazon S3) bucket and, optionally, publishes a notification to Amazon SNS.Methods in software.amazon.awssdk.services.ses.model with parameters of type S3Action Modifier and Type Method Description ReceiptAction.BuilderReceiptAction.Builder. s3Action(S3Action s3Action)Saves the received message to an Amazon Simple Storage Service (Amazon S3) bucket and, optionally, publishes a notification to Amazon SNS.
-