| Package | Description |
|---|---|
| com.amazonaws.services.securityhub.model |
| Modifier and Type | Method and Description |
|---|---|
AwsBackupRecoveryPointCreatedByDetails |
AwsBackupRecoveryPointCreatedByDetails.clone() |
AwsBackupRecoveryPointCreatedByDetails |
AwsBackupRecoveryPointDetails.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. |
AwsBackupRecoveryPointCreatedByDetails |
AwsBackupRecoveryPointCreatedByDetails.withBackupPlanArn(String backupPlanArn)
An Amazon Resource Name (ARN) that uniquely identifies a backup plan.
|
AwsBackupRecoveryPointCreatedByDetails |
AwsBackupRecoveryPointCreatedByDetails.withBackupPlanId(String backupPlanId)
Uniquely identifies a backup plan.
|
AwsBackupRecoveryPointCreatedByDetails |
AwsBackupRecoveryPointCreatedByDetails.withBackupPlanVersion(String backupPlanVersion)
Unique, randomly generated, Unicode, UTF-8 encoded strings that are at most 1,024 bytes long.
|
AwsBackupRecoveryPointCreatedByDetails |
AwsBackupRecoveryPointCreatedByDetails.withBackupRuleId(String backupRuleId)
Uniquely identifies a rule used to schedule the backup of a selection of resources.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AwsBackupRecoveryPointDetails.setCreatedBy(AwsBackupRecoveryPointCreatedByDetails 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. |
AwsBackupRecoveryPointDetails |
AwsBackupRecoveryPointDetails.withCreatedBy(AwsBackupRecoveryPointCreatedByDetails 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 © 2024. All rights reserved.