Package | Description |
---|---|
com.amazonaws.services.dynamodbv2.model |
Modifier and Type | Method and Description |
---|---|
ArchivalSummary |
ArchivalSummary.clone() |
ArchivalSummary |
TableDescription.getArchivalSummary()
Contains information about the table archive.
|
ArchivalSummary |
ArchivalSummary.withArchivalBackupArn(String archivalBackupArn)
The Amazon Resource Name (ARN) of the backup the table was archived to, when applicable in the archival reason.
|
ArchivalSummary |
ArchivalSummary.withArchivalDateTime(Date archivalDateTime)
The date and time when table archival was initiated by DynamoDB, in UNIX epoch time format.
|
ArchivalSummary |
ArchivalSummary.withArchivalReason(String archivalReason)
The reason DynamoDB archived the table.
|
Modifier and Type | Method and Description |
---|---|
void |
TableDescription.setArchivalSummary(ArchivalSummary archivalSummary)
Contains information about the table archive.
|
TableDescription |
TableDescription.withArchivalSummary(ArchivalSummary archivalSummary)
Contains information about the table archive.
|
Copyright © 2024. All rights reserved.