Uses of Class
software.amazon.awssdk.services.securityhub.model.AwsBackupRecoveryPointCreatedByDetails
-
Packages that use AwsBackupRecoveryPointCreatedByDetails Package Description software.amazon.awssdk.services.securityhub.model -
-
Uses of AwsBackupRecoveryPointCreatedByDetails in software.amazon.awssdk.services.securityhub.model
Methods in software.amazon.awssdk.services.securityhub.model that return AwsBackupRecoveryPointCreatedByDetails Modifier and Type Method Description AwsBackupRecoveryPointCreatedByDetailsAwsBackupRecoveryPointDetails. 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.securityhub.model with parameters of type AwsBackupRecoveryPointCreatedByDetails Modifier and Type Method Description AwsBackupRecoveryPointDetails.BuilderAwsBackupRecoveryPointDetails.Builder. createdBy(AwsBackupRecoveryPointCreatedByDetails 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.
-