Uses of Class
software.amazon.awssdk.services.backup.model.RecoveryPointCreator
-
Packages that use RecoveryPointCreator Package Description software.amazon.awssdk.services.backup.model -
-
Uses of RecoveryPointCreator in software.amazon.awssdk.services.backup.model
Methods in software.amazon.awssdk.services.backup.model that return RecoveryPointCreator Modifier and Type Method Description RecoveryPointCreatorBackupJob. createdBy()Contains identifying information about the creation of a backup job, including theBackupPlanArn,BackupPlanId,BackupPlanVersion, andBackupRuleIdof the backup plan used to create it.RecoveryPointCreatorCopyJob. createdBy()Returns the value of the CreatedBy property for this object.RecoveryPointCreatorDescribeBackupJobResponse. createdBy()Contains identifying information about the creation of a backup job, including theBackupPlanArn,BackupPlanId,BackupPlanVersion, andBackupRuleIdof the backup plan that is used to create it.RecoveryPointCreatorDescribeRecoveryPointResponse. createdBy()Contains identifying information about the creation of a recovery point, including theBackupPlanArn,BackupPlanId,BackupPlanVersion, andBackupRuleIdof the backup plan used to create it.RecoveryPointCreatorRecoveryPointByBackupVault. createdBy()Contains identifying information about the creation of a recovery point, including theBackupPlanArn,BackupPlanId,BackupPlanVersion, andBackupRuleIdof the backup plan that is used to create it.Methods in software.amazon.awssdk.services.backup.model with parameters of type RecoveryPointCreator Modifier and Type Method Description BackupJob.BuilderBackupJob.Builder. createdBy(RecoveryPointCreator createdBy)Contains identifying information about the creation of a backup job, including theBackupPlanArn,BackupPlanId,BackupPlanVersion, andBackupRuleIdof the backup plan used to create it.CopyJob.BuilderCopyJob.Builder. createdBy(RecoveryPointCreator createdBy)Sets the value of the CreatedBy property for this object.DescribeBackupJobResponse.BuilderDescribeBackupJobResponse.Builder. createdBy(RecoveryPointCreator createdBy)Contains identifying information about the creation of a backup job, including theBackupPlanArn,BackupPlanId,BackupPlanVersion, andBackupRuleIdof the backup plan that is used to create it.DescribeRecoveryPointResponse.BuilderDescribeRecoveryPointResponse.Builder. createdBy(RecoveryPointCreator createdBy)Contains identifying information about the creation of a recovery point, including theBackupPlanArn,BackupPlanId,BackupPlanVersion, andBackupRuleIdof the backup plan used to create it.RecoveryPointByBackupVault.BuilderRecoveryPointByBackupVault.Builder. createdBy(RecoveryPointCreator createdBy)Contains identifying information about the creation of a recovery point, including theBackupPlanArn,BackupPlanId,BackupPlanVersion, andBackupRuleIdof the backup plan that is used to create it.
-