| Package | Description |
|---|---|
| com.amazonaws.services.mailmanager.model |
| Modifier and Type | Method and Description |
|---|---|
Archive |
Archive.clone() |
Archive |
Archive.withArchiveId(String archiveId)
The unique identifier of the archive.
|
Archive |
Archive.withArchiveName(String archiveName)
The unique name assigned to the archive.
|
Archive |
Archive.withArchiveState(ArchiveState archiveState)
The current state of the archive:
|
Archive |
Archive.withArchiveState(String archiveState)
The current state of the archive:
|
Archive |
Archive.withLastUpdatedTimestamp(Date lastUpdatedTimestamp)
The timestamp of when the archive was last updated.
|
| Modifier and Type | Method and Description |
|---|---|
List<Archive> |
ListArchivesResult.getArchives()
The list of archive details.
|
| Modifier and Type | Method and Description |
|---|---|
ListArchivesResult |
ListArchivesResult.withArchives(Archive... archives)
The list of archive details.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListArchivesResult.setArchives(Collection<Archive> archives)
The list of archive details.
|
ListArchivesResult |
ListArchivesResult.withArchives(Collection<Archive> archives)
The list of archive details.
|
Copyright © 2024. All rights reserved.