| Package | Description |
|---|---|
| com.amazonaws.services.workmailmessageflow.model |
| Modifier and Type | Method and Description |
|---|---|
S3Reference |
S3Reference.clone() |
S3Reference |
RawMessageContent.getS3Reference()
The S3 reference of an email message.
|
S3Reference |
S3Reference.withBucket(String bucket)
The S3 bucket name.
|
S3Reference |
S3Reference.withKey(String key)
The S3 key object name.
|
S3Reference |
S3Reference.withObjectVersion(String objectVersion)
If you enable versioning for the bucket, you can specify the object version.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RawMessageContent.setS3Reference(S3Reference s3Reference)
The S3 reference of an email message.
|
RawMessageContent |
RawMessageContent.withS3Reference(S3Reference s3Reference)
The S3 reference of an email message.
|
Copyright © 2021. All rights reserved.