Uses of Class
software.amazon.awssdk.services.securityhub.model.RuleGroupSourceCustomActionsDetails
-
Packages that use RuleGroupSourceCustomActionsDetails Package Description software.amazon.awssdk.services.securityhub.model -
-
Uses of RuleGroupSourceCustomActionsDetails in software.amazon.awssdk.services.securityhub.model
Methods in software.amazon.awssdk.services.securityhub.model that return types with arguments of type RuleGroupSourceCustomActionsDetails Modifier and Type Method Description List<RuleGroupSourceCustomActionsDetails>RuleGroupSourceStatelessRulesAndCustomActionsDetails. customActions()Custom actions for the rule group.Methods in software.amazon.awssdk.services.securityhub.model with parameters of type RuleGroupSourceCustomActionsDetails Modifier and Type Method Description RuleGroupSourceStatelessRulesAndCustomActionsDetails.BuilderRuleGroupSourceStatelessRulesAndCustomActionsDetails.Builder. customActions(RuleGroupSourceCustomActionsDetails... customActions)Custom actions for the rule group.Method parameters in software.amazon.awssdk.services.securityhub.model with type arguments of type RuleGroupSourceCustomActionsDetails Modifier and Type Method Description RuleGroupSourceStatelessRulesAndCustomActionsDetails.BuilderRuleGroupSourceStatelessRulesAndCustomActionsDetails.Builder. customActions(Collection<RuleGroupSourceCustomActionsDetails> customActions)Custom actions for the rule group.
-