| Package | Description |
|---|---|
| com.amazonaws.services.backup.model |
| Modifier and Type | Method and Description |
|---|---|
RecoveryPointByBackupVault |
RecoveryPointByBackupVault.clone() |
RecoveryPointByBackupVault |
RecoveryPointByBackupVault.withBackupSizeInBytes(Long backupSizeInBytes)
The size, in bytes, of a backup.
|
RecoveryPointByBackupVault |
RecoveryPointByBackupVault.withBackupVaultArn(String backupVaultArn)
An ARN that uniquely identifies a backup vault; for example,
arn:aws:backup:us-east-1:123456789012:vault:aBackupVault. |
RecoveryPointByBackupVault |
RecoveryPointByBackupVault.withBackupVaultName(String backupVaultName)
The name of a logical container where backups are stored.
|
RecoveryPointByBackupVault |
RecoveryPointByBackupVault.withCalculatedLifecycle(CalculatedLifecycle calculatedLifecycle)
A
CalculatedLifecycle object containing DeleteAt and MoveToColdStorageAt
timestamps. |
RecoveryPointByBackupVault |
RecoveryPointByBackupVault.withCompletionDate(Date completionDate)
The date and time a job to restore a recovery point is completed, in Unix format and Coordinated Universal Time
(UTC).
|
RecoveryPointByBackupVault |
RecoveryPointByBackupVault.withCompositeMemberIdentifier(String compositeMemberIdentifier)
This is the identifier of a resource within a composite group, such as nested (child) recovery point belonging to
a composite (parent) stack.
|
RecoveryPointByBackupVault |
RecoveryPointByBackupVault.withCreatedBy(RecoveryPointCreator createdBy)
Contains identifying information about the creation of a recovery point, including the
BackupPlanArn, BackupPlanId, BackupPlanVersion, and BackupRuleId of the backup plan
that is used to create it. |
RecoveryPointByBackupVault |
RecoveryPointByBackupVault.withCreationDate(Date creationDate)
The date and time a recovery point is created, in Unix format and Coordinated Universal Time (UTC).
|
RecoveryPointByBackupVault |
RecoveryPointByBackupVault.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. |
RecoveryPointByBackupVault |
RecoveryPointByBackupVault.withIamRoleArn(String iamRoleArn)
Specifies the IAM role ARN used to create the target recovery point; for example,
arn:aws:iam::123456789012:role/S3Access. |
RecoveryPointByBackupVault |
RecoveryPointByBackupVault.withIsEncrypted(Boolean isEncrypted)
A Boolean value that is returned as
TRUE if the specified recovery point is encrypted, or
FALSE if the recovery point is not encrypted. |
RecoveryPointByBackupVault |
RecoveryPointByBackupVault.withIsParent(Boolean isParent)
This is a boolean value indicating this is a parent (composite) recovery point.
|
RecoveryPointByBackupVault |
RecoveryPointByBackupVault.withLastRestoreTime(Date lastRestoreTime)
The date and time a recovery point was last restored, in Unix format and Coordinated Universal Time (UTC).
|
RecoveryPointByBackupVault |
RecoveryPointByBackupVault.withLifecycle(Lifecycle lifecycle)
The lifecycle defines when a protected resource is transitioned to cold storage and when it expires.
|
RecoveryPointByBackupVault |
RecoveryPointByBackupVault.withParentRecoveryPointArn(String parentRecoveryPointArn)
This is the Amazon Resource Name (ARN) of the parent (composite) recovery point.
|
RecoveryPointByBackupVault |
RecoveryPointByBackupVault.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. |
RecoveryPointByBackupVault |
RecoveryPointByBackupVault.withResourceArn(String resourceArn)
An ARN that uniquely identifies a resource.
|
RecoveryPointByBackupVault |
RecoveryPointByBackupVault.withResourceType(String resourceType)
The type of Amazon Web Services resource saved as a recovery point; for example, an Amazon Elastic Block Store
(Amazon EBS) volume or an Amazon Relational Database Service (Amazon RDS) database.
|
RecoveryPointByBackupVault |
RecoveryPointByBackupVault.withSourceBackupVaultArn(String sourceBackupVaultArn)
The backup vault where the recovery point was originally copied from.
|
RecoveryPointByBackupVault |
RecoveryPointByBackupVault.withStatus(RecoveryPointStatus status)
A status code specifying the state of the recovery point.
|
RecoveryPointByBackupVault |
RecoveryPointByBackupVault.withStatus(String status)
A status code specifying the state of the recovery point.
|
RecoveryPointByBackupVault |
RecoveryPointByBackupVault.withStatusMessage(String statusMessage)
A message explaining the reason of the recovery point deletion failure.
|
| Modifier and Type | Method and Description |
|---|---|
List<RecoveryPointByBackupVault> |
ListRecoveryPointsByBackupVaultResult.getRecoveryPoints()
An array of objects that contain detailed information about recovery points saved in a backup vault.
|
| Modifier and Type | Method and Description |
|---|---|
ListRecoveryPointsByBackupVaultResult |
ListRecoveryPointsByBackupVaultResult.withRecoveryPoints(RecoveryPointByBackupVault... recoveryPoints)
An array of objects that contain detailed information about recovery points saved in a backup vault.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListRecoveryPointsByBackupVaultResult.setRecoveryPoints(Collection<RecoveryPointByBackupVault> recoveryPoints)
An array of objects that contain detailed information about recovery points saved in a backup vault.
|
ListRecoveryPointsByBackupVaultResult |
ListRecoveryPointsByBackupVaultResult.withRecoveryPoints(Collection<RecoveryPointByBackupVault> recoveryPoints)
An array of objects that contain detailed information about recovery points saved in a backup vault.
|
Copyright © 2023. All rights reserved.