| Package | Description |
|---|---|
| com.amazonaws.services.cloudhsmv2.model |
| Modifier and Type | Method and Description |
|---|---|
Backup |
Backup.clone() |
Backup |
DeleteBackupResult.getBackup()
Information on the
Backup object deleted. |
Backup |
RestoreBackupResult.getBackup()
Information on the
Backup object created. |
Backup |
Backup.withBackupId(String backupId)
The identifier (ID) of the backup.
|
Backup |
Backup.withBackupState(BackupState backupState)
The state of the backup.
|
Backup |
Backup.withBackupState(String backupState)
The state of the backup.
|
Backup |
Backup.withClusterId(String clusterId)
The identifier (ID) of the cluster that was backed up.
|
Backup |
Backup.withCopyTimestamp(Date copyTimestamp)
The date and time when the backup was copied from a source backup.
|
Backup |
Backup.withCreateTimestamp(Date createTimestamp)
The date and time when the backup was created.
|
Backup |
Backup.withDeleteTimestamp(Date deleteTimestamp)
The date and time when the backup will be permanently deleted.
|
Backup |
Backup.withSourceBackup(String sourceBackup)
The identifier (ID) of the source backup from which the new backup was copied.
|
Backup |
Backup.withSourceCluster(String sourceCluster)
The identifier (ID) of the cluster containing the source backup from which the new backup was copied.
|
Backup |
Backup.withSourceRegion(String sourceRegion)
The AWS region that contains the source backup from which the new backup was copied.
|
Backup |
Backup.withTagList(Collection<Tag> tagList) |
Backup |
Backup.withTagList(Tag... tagList)
NOTE: This method appends the values to the existing list (if any).
|
| Modifier and Type | Method and Description |
|---|---|
List<Backup> |
DescribeBackupsResult.getBackups()
A list of backups.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DeleteBackupResult.setBackup(Backup backup)
Information on the
Backup object deleted. |
void |
RestoreBackupResult.setBackup(Backup backup)
Information on the
Backup object created. |
DeleteBackupResult |
DeleteBackupResult.withBackup(Backup backup)
Information on the
Backup object deleted. |
RestoreBackupResult |
RestoreBackupResult.withBackup(Backup backup)
Information on the
Backup object created. |
DescribeBackupsResult |
DescribeBackupsResult.withBackups(Backup... backups)
A list of backups.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeBackupsResult.setBackups(Collection<Backup> backups)
A list of backups.
|
DescribeBackupsResult |
DescribeBackupsResult.withBackups(Collection<Backup> backups)
A list of backups.
|
Copyright © 2020. All rights reserved.