Package | Description |
---|---|
com.amazonaws.services.dynamodbv2.model |
Modifier and Type | Method and Description |
---|---|
BackupSummary |
BackupSummary.clone() |
BackupSummary |
BackupSummary.withBackupArn(String backupArn)
ARN associated with the backup.
|
BackupSummary |
BackupSummary.withBackupCreationDateTime(Date backupCreationDateTime)
Time at which the backup was created.
|
BackupSummary |
BackupSummary.withBackupName(String backupName)
Name of the specified backup.
|
BackupSummary |
BackupSummary.withBackupSizeBytes(Long backupSizeBytes)
Size of the backup in bytes.
|
BackupSummary |
BackupSummary.withBackupStatus(BackupStatus backupStatus)
Backup can be in one of the following states: CREATING, ACTIVE, DELETED.
|
BackupSummary |
BackupSummary.withBackupStatus(String backupStatus)
Backup can be in one of the following states: CREATING, ACTIVE, DELETED.
|
BackupSummary |
BackupSummary.withTableArn(String tableArn)
ARN associated with the table.
|
BackupSummary |
BackupSummary.withTableId(String tableId)
Unique identifier for the table.
|
BackupSummary |
BackupSummary.withTableName(String tableName)
Name of the table.
|
Modifier and Type | Method and Description |
---|---|
List<BackupSummary> |
ListBackupsResult.getBackupSummaries()
List of
BackupSummary objects. |
Modifier and Type | Method and Description |
---|---|
ListBackupsResult |
ListBackupsResult.withBackupSummaries(BackupSummary... backupSummaries)
List of
BackupSummary objects. |
Modifier and Type | Method and Description |
---|---|
void |
ListBackupsResult.setBackupSummaries(Collection<BackupSummary> backupSummaries)
List of
BackupSummary objects. |
ListBackupsResult |
ListBackupsResult.withBackupSummaries(Collection<BackupSummary> backupSummaries)
List of
BackupSummary objects. |
Copyright © 2018. All rights reserved.