| Package | Description |
|---|---|
| com.amazonaws.services.mailmanager.model |
| Modifier and Type | Method and Description |
|---|---|
S3Action |
S3Action.clone() |
S3Action |
RuleAction.getWriteToS3()
This action writes the MIME content of the email to an S3 bucket.
|
S3Action |
S3Action.withActionFailurePolicy(ActionFailurePolicy actionFailurePolicy)
A policy that states what to do in the case of failure.
|
S3Action |
S3Action.withActionFailurePolicy(String actionFailurePolicy)
A policy that states what to do in the case of failure.
|
S3Action |
S3Action.withRoleArn(String roleArn)
The Amazon Resource Name (ARN) of the IAM Role to use while writing to S3.
|
S3Action |
S3Action.withS3Bucket(String s3Bucket)
The bucket name of the S3 bucket to write to.
|
S3Action |
S3Action.withS3Prefix(String s3Prefix)
The S3 prefix to use for the write to the s3 bucket.
|
S3Action |
S3Action.withS3SseKmsKeyId(String s3SseKmsKeyId)
The KMS Key ID to use to encrypt the message in S3.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RuleAction.setWriteToS3(S3Action writeToS3)
This action writes the MIME content of the email to an S3 bucket.
|
RuleAction |
RuleAction.withWriteToS3(S3Action writeToS3)
This action writes the MIME content of the email to an S3 bucket.
|
Copyright © 2024. All rights reserved.