| Package | Description |
|---|---|
| com.amazonaws.services.backup.model |
| Modifier and Type | Method and Description |
|---|---|
RecoveryPointByResource |
RecoveryPointByResource.clone() |
RecoveryPointByResource |
RecoveryPointByResource.withBackupSizeBytes(Long backupSizeBytes)
The size, in bytes, of a backup.
|
RecoveryPointByResource |
RecoveryPointByResource.withBackupVaultName(String backupVaultName)
The name of a logical container where backups are stored.
|
RecoveryPointByResource |
RecoveryPointByResource.withCreationDate(Date creationDate)
The date and time a recovery point is created, in Unix format and Coordinated Universal Time (UTC).
|
RecoveryPointByResource |
RecoveryPointByResource.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. |
RecoveryPointByResource |
RecoveryPointByResource.withRecoveryPointArn(String recoveryPointArn)
An Amazon Resource Name (ARN) that uniquely identifies a recovery point; for example,
arn:aws:backup:us-east-1:123456789012:recovery-point:1EB3B5E7-9EB0-435A-A80B-108B488B0D45. |
RecoveryPointByResource |
RecoveryPointByResource.withStatus(RecoveryPointStatus status)
A status code specifying the state of the recovery point.
|
RecoveryPointByResource |
RecoveryPointByResource.withStatus(String status)
A status code specifying the state of the recovery point.
|
RecoveryPointByResource |
RecoveryPointByResource.withStatusMessage(String statusMessage)
A message explaining the reason of the recovery point deletion failure.
|
| Modifier and Type | Method and Description |
|---|---|
List<RecoveryPointByResource> |
ListRecoveryPointsByResourceResult.getRecoveryPoints()
An array of objects that contain detailed information about recovery points of the specified resource type.
|
| Modifier and Type | Method and Description |
|---|---|
ListRecoveryPointsByResourceResult |
ListRecoveryPointsByResourceResult.withRecoveryPoints(RecoveryPointByResource... recoveryPoints)
An array of objects that contain detailed information about recovery points of the specified resource type.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListRecoveryPointsByResourceResult.setRecoveryPoints(Collection<RecoveryPointByResource> recoveryPoints)
An array of objects that contain detailed information about recovery points of the specified resource type.
|
ListRecoveryPointsByResourceResult |
ListRecoveryPointsByResourceResult.withRecoveryPoints(Collection<RecoveryPointByResource> recoveryPoints)
An array of objects that contain detailed information about recovery points of the specified resource type.
|
Copyright © 2021. All rights reserved.