Uses of Class
software.amazon.awssdk.services.securityhub.model.AutomationRulesConfig
-
Packages that use AutomationRulesConfig Package Description software.amazon.awssdk.services.securityhub.model -
-
Uses of AutomationRulesConfig in software.amazon.awssdk.services.securityhub.model
Methods in software.amazon.awssdk.services.securityhub.model that return types with arguments of type AutomationRulesConfig Modifier and Type Method Description List<AutomationRulesConfig>BatchGetAutomationRulesResponse. rules()A list of rule details for the provided rule ARNs.Methods in software.amazon.awssdk.services.securityhub.model with parameters of type AutomationRulesConfig Modifier and Type Method Description BatchGetAutomationRulesResponse.BuilderBatchGetAutomationRulesResponse.Builder. rules(AutomationRulesConfig... rules)A list of rule details for the provided rule ARNs.Method parameters in software.amazon.awssdk.services.securityhub.model with type arguments of type AutomationRulesConfig Modifier and Type Method Description BatchGetAutomationRulesResponse.BuilderBatchGetAutomationRulesResponse.Builder. rules(Collection<AutomationRulesConfig> rules)A list of rule details for the provided rule ARNs.
-