| Package | Description |
|---|---|
| com.amazonaws.services.mailmanager.model |
| Modifier and Type | Method and Description |
|---|---|
ArchiveRetention |
ArchiveRetention.clone() |
ArchiveRetention |
UpdateArchiveRequest.getRetention()
A new retention period for emails in the archive.
|
ArchiveRetention |
GetArchiveResult.getRetention()
The retention period for emails in this archive.
|
ArchiveRetention |
CreateArchiveRequest.getRetention()
The period for retaining emails in the archive before automatic deletion.
|
ArchiveRetention |
ArchiveRetention.withRetentionPeriod(RetentionPeriod retentionPeriod)
The enum value sets the period for retaining emails in an archive.
|
ArchiveRetention |
ArchiveRetention.withRetentionPeriod(String retentionPeriod)
The enum value sets the period for retaining emails in an archive.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateArchiveRequest.setRetention(ArchiveRetention retention)
A new retention period for emails in the archive.
|
void |
GetArchiveResult.setRetention(ArchiveRetention retention)
The retention period for emails in this archive.
|
void |
CreateArchiveRequest.setRetention(ArchiveRetention retention)
The period for retaining emails in the archive before automatic deletion.
|
UpdateArchiveRequest |
UpdateArchiveRequest.withRetention(ArchiveRetention retention)
A new retention period for emails in the archive.
|
GetArchiveResult |
GetArchiveResult.withRetention(ArchiveRetention retention)
The retention period for emails in this archive.
|
CreateArchiveRequest |
CreateArchiveRequest.withRetention(ArchiveRetention retention)
The period for retaining emails in the archive before automatic deletion.
|
Copyright © 2024. All rights reserved.