Uses of Class
com.amazonaws.services.simpleemail.model.S3Action
-
Packages that use S3Action Package Description com.amazonaws.services.simpleemail.model -
-
Uses of S3Action in com.amazonaws.services.simpleemail.model
Methods in com.amazonaws.services.simpleemail.model that return S3Action Modifier and Type Method Description S3Action
S3Action. clone()
S3Action
ReceiptAction. getS3Action()
Saves the received message to an Amazon Simple Storage Service (Amazon S3) bucket and, optionally, publishes a notification to Amazon SNS.S3Action
S3Action. withBucketName(String bucketName)
The name of the Amazon S3 bucket to which to save the received email.S3Action
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
S3Action. withObjectKeyPrefix(String objectKeyPrefix)
The key prefix of the Amazon S3 bucket.S3Action
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 S3Action Modifier and Type Method Description void
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
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.
-