Uses of Class
software.amazon.awssdk.services.securityhub.model.AwsBackupBackupPlanRuleCopyActionsDetails
-
Packages that use AwsBackupBackupPlanRuleCopyActionsDetails Package Description software.amazon.awssdk.services.securityhub.model -
-
Uses of AwsBackupBackupPlanRuleCopyActionsDetails in software.amazon.awssdk.services.securityhub.model
Methods in software.amazon.awssdk.services.securityhub.model that return types with arguments of type AwsBackupBackupPlanRuleCopyActionsDetails Modifier and Type Method Description List<AwsBackupBackupPlanRuleCopyActionsDetails>AwsBackupBackupPlanRuleDetails. copyActions()An array ofCopyActionobjects, each of which contains details of the copy operation.Methods in software.amazon.awssdk.services.securityhub.model with parameters of type AwsBackupBackupPlanRuleCopyActionsDetails Modifier and Type Method Description AwsBackupBackupPlanRuleDetails.BuilderAwsBackupBackupPlanRuleDetails.Builder. copyActions(AwsBackupBackupPlanRuleCopyActionsDetails... copyActions)An array ofCopyActionobjects, each of which contains details of the copy operation.Method parameters in software.amazon.awssdk.services.securityhub.model with type arguments of type AwsBackupBackupPlanRuleCopyActionsDetails Modifier and Type Method Description AwsBackupBackupPlanRuleDetails.BuilderAwsBackupBackupPlanRuleDetails.Builder. copyActions(Collection<AwsBackupBackupPlanRuleCopyActionsDetails> copyActions)An array ofCopyActionobjects, each of which contains details of the copy operation.
-