| Package | Description |
|---|---|
| software.amazon.awssdk.services.backup.model |
| Modifier and Type | Method and Description |
|---|---|
RecoveryPointCreator |
DescribeBackupJobResponse.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. |
RecoveryPointCreator |
DescribeRecoveryPointResponse.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. |
RecoveryPointCreator |
CopyJob.createdBy()
Returns the value of the CreatedBy property for this object.
|
RecoveryPointCreator |
BackupJob.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. |
RecoveryPointCreator |
RecoveryPointByBackupVault.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. |
| Modifier and Type | Method and Description |
|---|---|
DescribeBackupJobResponse.Builder |
DescribeBackupJobResponse.Builder.createdBy(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. |
DescribeRecoveryPointResponse.Builder |
DescribeRecoveryPointResponse.Builder.createdBy(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. |
CopyJob.Builder |
CopyJob.Builder.createdBy(RecoveryPointCreator createdBy)
Sets the value of the CreatedBy property for this object.
|
BackupJob.Builder |
BackupJob.Builder.createdBy(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.Builder |
RecoveryPointByBackupVault.Builder.createdBy(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. |
Copyright © 2023. All rights reserved.