| Package | Description |
|---|---|
| com.amazonaws.services.backup.model |
| Modifier and Type | Method and Description |
|---|---|
RecoveryPointCreator |
RecoveryPointCreator.clone() |
RecoveryPointCreator |
RecoveryPointByBackupVault.getCreatedBy()
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. |
RecoveryPointCreator |
DescribeRecoveryPointResult.getCreatedBy()
Contains identifying information about the creation of a recovery point, including the
BackupPlanArn, BackupPlanId, BackupPlanVersion, and BackupRuleId of the backup plan
used to create it. |
RecoveryPointCreator |
DescribeBackupJobResult.getCreatedBy()
Contains identifying information about the creation of a backup job, including the
BackupPlanArn,
BackupPlanId, BackupPlanVersion, and BackupRuleId of the backup plan that
is used to create it. |
RecoveryPointCreator |
CopyJob.getCreatedBy() |
RecoveryPointCreator |
BackupJob.getCreatedBy()
Contains identifying information about the creation of a backup job, including the
BackupPlanArn,
BackupPlanId, BackupPlanVersion, and BackupRuleId of the backup plan used
to create it. |
RecoveryPointCreator |
RecoveryPointCreator.withBackupPlanArn(String backupPlanArn)
An Amazon Resource Name (ARN) that uniquely identifies a backup plan; for example,
arn:aws:backup:us-east-1:123456789012:plan:8F81F553-3A74-4A3F-B93D-B3360DC80C50. |
RecoveryPointCreator |
RecoveryPointCreator.withBackupPlanId(String backupPlanId)
Uniquely identifies a backup plan.
|
RecoveryPointCreator |
RecoveryPointCreator.withBackupPlanVersion(String backupPlanVersion)
Version IDs are unique, randomly generated, Unicode, UTF-8 encoded strings that are at most 1,024 bytes long.
|
RecoveryPointCreator |
RecoveryPointCreator.withBackupRuleId(String backupRuleId)
Uniquely identifies a rule used to schedule the backup of a selection of resources.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RecoveryPointByBackupVault.setCreatedBy(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. |
void |
DescribeRecoveryPointResult.setCreatedBy(RecoveryPointCreator createdBy)
Contains identifying information about the creation of a recovery point, including the
BackupPlanArn, BackupPlanId, BackupPlanVersion, and BackupRuleId of the backup plan
used to create it. |
void |
DescribeBackupJobResult.setCreatedBy(RecoveryPointCreator createdBy)
Contains identifying information about the creation of a backup job, including the
BackupPlanArn,
BackupPlanId, BackupPlanVersion, and BackupRuleId of the backup plan that
is used to create it. |
void |
CopyJob.setCreatedBy(RecoveryPointCreator createdBy) |
void |
BackupJob.setCreatedBy(RecoveryPointCreator createdBy)
Contains identifying information about the creation of a backup job, including the
BackupPlanArn,
BackupPlanId, BackupPlanVersion, and BackupRuleId of the backup plan used
to create it. |
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. |
DescribeRecoveryPointResult |
DescribeRecoveryPointResult.withCreatedBy(RecoveryPointCreator createdBy)
Contains identifying information about the creation of a recovery point, including the
BackupPlanArn, BackupPlanId, BackupPlanVersion, and BackupRuleId of the backup plan
used to create it. |
DescribeBackupJobResult |
DescribeBackupJobResult.withCreatedBy(RecoveryPointCreator createdBy)
Contains identifying information about the creation of a backup job, including the
BackupPlanArn,
BackupPlanId, BackupPlanVersion, and BackupRuleId of the backup plan that
is used to create it. |
CopyJob |
CopyJob.withCreatedBy(RecoveryPointCreator createdBy) |
BackupJob |
BackupJob.withCreatedBy(RecoveryPointCreator createdBy)
Contains identifying information about the creation of a backup job, including the
BackupPlanArn,
BackupPlanId, BackupPlanVersion, and BackupRuleId of the backup plan used
to create it. |
Copyright © 2024. All rights reserved.