Uses of Class
com.amazonaws.services.simpleemail.model.S3Action
Packages that use S3Action
-
Uses of S3Action in com.amazonaws.services.simpleemail.model
Methods in com.amazonaws.services.simpleemail.model that return S3ActionModifier and TypeMethodDescriptionS3Action.clone()
ReceiptAction.getS3Action()
Saves the received message to an Amazon Simple Storage Service (Amazon S3) bucket and, optionally, publishes a notification to Amazon SNS.S3Action.withBucketName
(String bucketName) The name of the Amazon S3 bucket to which to save the received email.S3Action.withKmsKeyArn
(String kmsKeyArn) The customer master key that Amazon SES should use to encrypt your emails before saving them to the Amazon S3 bucket.S3Action.withObjectKeyPrefix
(String objectKeyPrefix) The key prefix of the Amazon S3 bucket.S3Action.withTopicArn
(String topicArn) The ARN of the Amazon SNS topic to notify when the message is saved to the Amazon S3 bucket.Methods in com.amazonaws.services.simpleemail.model with parameters of type S3ActionModifier and TypeMethodDescriptionvoid
ReceiptAction.setS3Action
(S3Action s3Action) Saves the received message to an Amazon Simple Storage Service (Amazon S3) bucket and, optionally, publishes a notification to Amazon SNS.ReceiptAction.withS3Action
(S3Action s3Action) Saves the received message to an Amazon Simple Storage Service (Amazon S3) bucket and, optionally, publishes a notification to Amazon SNS.