Uses of Class
software.amazon.awssdk.services.securityhub.model.AwsBackupBackupPlanRuleDetails
-
Packages that use AwsBackupBackupPlanRuleDetails Package Description software.amazon.awssdk.services.securityhub.model -
-
Uses of AwsBackupBackupPlanRuleDetails in software.amazon.awssdk.services.securityhub.model
Methods in software.amazon.awssdk.services.securityhub.model that return types with arguments of type AwsBackupBackupPlanRuleDetails Modifier and Type Method Description List<AwsBackupBackupPlanRuleDetails>AwsBackupBackupPlanBackupPlanDetails. backupPlanRule()An array ofBackupRuleobjects, each of which specifies a scheduled task that is used to back up a selection of resources.Methods in software.amazon.awssdk.services.securityhub.model with parameters of type AwsBackupBackupPlanRuleDetails Modifier and Type Method Description AwsBackupBackupPlanBackupPlanDetails.BuilderAwsBackupBackupPlanBackupPlanDetails.Builder. backupPlanRule(AwsBackupBackupPlanRuleDetails... backupPlanRule)An array ofBackupRuleobjects, each of which specifies a scheduled task that is used to back up a selection of resources.Method parameters in software.amazon.awssdk.services.securityhub.model with type arguments of type AwsBackupBackupPlanRuleDetails Modifier and Type Method Description AwsBackupBackupPlanBackupPlanDetails.BuilderAwsBackupBackupPlanBackupPlanDetails.Builder. backupPlanRule(Collection<AwsBackupBackupPlanRuleDetails> backupPlanRule)An array ofBackupRuleobjects, each of which specifies a scheduled task that is used to back up a selection of resources.
-