Package | Description |
---|---|
com.amazonaws.services.dynamodbv2.model |
Modifier and Type | Method and Description |
---|---|
BackupDetails |
BackupDetails.clone() |
BackupDetails |
BackupDescription.getBackupDetails()
Contains the details of the backup created for the table.
|
BackupDetails |
CreateBackupResult.getBackupDetails()
Contains the details of the backup created for the table.
|
BackupDetails |
BackupDetails.withBackupArn(String backupArn)
ARN associated with the backup.
|
BackupDetails |
BackupDetails.withBackupCreationDateTime(Date backupCreationDateTime)
Time at which the backup was created.
|
BackupDetails |
BackupDetails.withBackupName(String backupName)
Name of the requested backup.
|
BackupDetails |
BackupDetails.withBackupSizeBytes(Long backupSizeBytes)
Size of the backup in bytes.
|
BackupDetails |
BackupDetails.withBackupStatus(BackupStatus backupStatus)
Backup can be in one of the following states: CREATING, ACTIVE, DELETED.
|
BackupDetails |
BackupDetails.withBackupStatus(String backupStatus)
Backup can be in one of the following states: CREATING, ACTIVE, DELETED.
|
Modifier and Type | Method and Description |
---|---|
void |
BackupDescription.setBackupDetails(BackupDetails backupDetails)
Contains the details of the backup created for the table.
|
void |
CreateBackupResult.setBackupDetails(BackupDetails backupDetails)
Contains the details of the backup created for the table.
|
BackupDescription |
BackupDescription.withBackupDetails(BackupDetails backupDetails)
Contains the details of the backup created for the table.
|
CreateBackupResult |
CreateBackupResult.withBackupDetails(BackupDetails backupDetails)
Contains the details of the backup created for the table.
|
Copyright © 2018. All rights reserved.