| Package | Description |
|---|---|
| com.amazonaws.services.backup.model |
| Modifier and Type | Method and Description |
|---|---|
BackupVaultListMember |
BackupVaultListMember.clone() |
BackupVaultListMember |
BackupVaultListMember.withBackupVaultArn(String backupVaultArn)
An Amazon Resource Name (ARN) that uniquely identifies a backup vault; for example,
arn:aws:backup:us-east-1:123456789012:vault:aBackupVault. |
BackupVaultListMember |
BackupVaultListMember.withBackupVaultName(String backupVaultName)
The name of a logical container where backups are stored.
|
BackupVaultListMember |
BackupVaultListMember.withCreationDate(Date creationDate)
The date and time a resource backup is created, in Unix format and Coordinated Universal Time (UTC).
|
BackupVaultListMember |
BackupVaultListMember.withCreatorRequestId(String creatorRequestId)
A unique string that identifies the request and allows failed requests to be retried without the risk of
executing the operation twice.
|
BackupVaultListMember |
BackupVaultListMember.withEncryptionKeyArn(String encryptionKeyArn)
The server-side encryption key that is used to protect your backups; for example,
arn:aws:kms:us-west-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab. |
BackupVaultListMember |
BackupVaultListMember.withNumberOfRecoveryPoints(Long numberOfRecoveryPoints)
The number of recovery points that are stored in a backup vault.
|
| Modifier and Type | Method and Description |
|---|---|
List<BackupVaultListMember> |
ListBackupVaultsResult.getBackupVaultList()
An array of backup vault list members containing vault metadata, including Amazon Resource Name (ARN), display
name, creation date, number of saved recovery points, and encryption information if the resources saved in the
backup vault are encrypted.
|
| Modifier and Type | Method and Description |
|---|---|
ListBackupVaultsResult |
ListBackupVaultsResult.withBackupVaultList(BackupVaultListMember... backupVaultList)
An array of backup vault list members containing vault metadata, including Amazon Resource Name (ARN), display
name, creation date, number of saved recovery points, and encryption information if the resources saved in the
backup vault are encrypted.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListBackupVaultsResult.setBackupVaultList(Collection<BackupVaultListMember> backupVaultList)
An array of backup vault list members containing vault metadata, including Amazon Resource Name (ARN), display
name, creation date, number of saved recovery points, and encryption information if the resources saved in the
backup vault are encrypted.
|
ListBackupVaultsResult |
ListBackupVaultsResult.withBackupVaultList(Collection<BackupVaultListMember> backupVaultList)
An array of backup vault list members containing vault metadata, including Amazon Resource Name (ARN), display
name, creation date, number of saved recovery points, and encryption information if the resources saved in the
backup vault are encrypted.
|
Copyright © 2020. All rights reserved.