| Package | Description |
|---|---|
| com.amazonaws.services.cloudhsmv2.model |
| Modifier and Type | Method and Description |
|---|---|
Backup |
Backup.clone() |
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.withCreateTimestamp(Date createTimestamp)
The date and time when the backup was created.
|
| Modifier and Type | Method and Description |
|---|---|
List<Backup> |
DescribeBackupsResult.getBackups()
A list of backups.
|
| Modifier and Type | Method and Description |
|---|---|
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 © 2018. All rights reserved.