Package | Description |
---|---|
com.amazonaws.services.dynamodbv2.model |
Modifier and Type | Method and Description |
---|---|
RestoreSummary |
RestoreSummary.clone() |
RestoreSummary |
TableDescription.getRestoreSummary()
Contains details for the restore.
|
RestoreSummary |
RestoreSummary.withRestoreDateTime(Date restoreDateTime)
Point in time or source backup time.
|
RestoreSummary |
RestoreSummary.withRestoreInProgress(Boolean restoreInProgress)
Indicates if a restore is in progress or not.
|
RestoreSummary |
RestoreSummary.withSourceBackupArn(String sourceBackupArn)
The Amazon Resource Name (ARN) of the backup from which the table was restored.
|
RestoreSummary |
RestoreSummary.withSourceTableArn(String sourceTableArn)
The ARN of the source table of the backup that is being restored.
|
Modifier and Type | Method and Description |
---|---|
void |
TableDescription.setRestoreSummary(RestoreSummary restoreSummary)
Contains details for the restore.
|
TableDescription |
TableDescription.withRestoreSummary(RestoreSummary restoreSummary)
Contains details for the restore.
|
Copyright © 2023. All rights reserved.