| 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 running
the operation twice.
|
BackupVaultListMember |
BackupVaultListMember.withEncryptionKeyArn(String encryptionKeyArn)
A server-side encryption key you can specify to encrypt your backups from services that support full Backup
management; for example,
arn:aws:kms:us-west-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab
. |
BackupVaultListMember |
BackupVaultListMember.withLockDate(Date lockDate)
The date and time when Backup Vault Lock configuration becomes immutable, meaning it cannot be changed or
deleted.
|
BackupVaultListMember |
BackupVaultListMember.withLocked(Boolean locked)
A Boolean value that indicates whether Backup Vault Lock applies to the selected backup vault.
|
BackupVaultListMember |
BackupVaultListMember.withMaxRetentionDays(Long maxRetentionDays)
The Backup Vault Lock setting that specifies the maximum retention period that the vault retains its recovery
points.
|
BackupVaultListMember |
BackupVaultListMember.withMinRetentionDays(Long minRetentionDays)
The Backup Vault Lock setting that specifies the minimum retention period that the vault retains its recovery
points.
|
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 © 2023. All rights reserved.