Package | Description |
---|---|
com.amazonaws.services.dynamodbv2.model |
Modifier and Type | Method and Description |
---|---|
BackupDescription |
BackupDescription.clone() |
BackupDescription |
DescribeBackupResult.getBackupDescription()
Contains the description of the backup created for the table.
|
BackupDescription |
DeleteBackupResult.getBackupDescription()
Contains the description of the backup created for the table.
|
BackupDescription |
BackupDescription.withBackupDetails(BackupDetails backupDetails)
Contains the details of the backup created for the table.
|
BackupDescription |
BackupDescription.withSourceTableDetails(SourceTableDetails sourceTableDetails)
Contains the details of the table when the backup was created.
|
BackupDescription |
BackupDescription.withSourceTableFeatureDetails(SourceTableFeatureDetails sourceTableFeatureDetails)
Contains the details of the features enabled on the table when the backup was created.
|
Modifier and Type | Method and Description |
---|---|
void |
DescribeBackupResult.setBackupDescription(BackupDescription backupDescription)
Contains the description of the backup created for the table.
|
void |
DeleteBackupResult.setBackupDescription(BackupDescription backupDescription)
Contains the description of the backup created for the table.
|
DescribeBackupResult |
DescribeBackupResult.withBackupDescription(BackupDescription backupDescription)
Contains the description of the backup created for the table.
|
DeleteBackupResult |
DeleteBackupResult.withBackupDescription(BackupDescription backupDescription)
Contains the description of the backup created for the table.
|
Copyright © 2023. All rights reserved.