Uses of Class
software.amazon.awssdk.services.securityhub.model.AutomationRulesAction
-
Packages that use AutomationRulesAction Package Description software.amazon.awssdk.services.securityhub.model -
-
Uses of AutomationRulesAction in software.amazon.awssdk.services.securityhub.model
Methods in software.amazon.awssdk.services.securityhub.model that return types with arguments of type AutomationRulesAction Modifier and Type Method Description List<AutomationRulesAction>AutomationRulesConfig. actions()One or more actions to update finding fields if a finding matches the defined criteria of the rule.List<AutomationRulesAction>CreateAutomationRuleRequest. actions()One or more actions to update finding fields if a finding matches the conditions specified inCriteria.List<AutomationRulesAction>UpdateAutomationRulesRequestItem. actions()One or more actions to update finding fields if a finding matches the conditions specified inCriteria.Methods in software.amazon.awssdk.services.securityhub.model with parameters of type AutomationRulesAction Modifier and Type Method Description AutomationRulesConfig.BuilderAutomationRulesConfig.Builder. actions(AutomationRulesAction... actions)One or more actions to update finding fields if a finding matches the defined criteria of the rule.CreateAutomationRuleRequest.BuilderCreateAutomationRuleRequest.Builder. actions(AutomationRulesAction... actions)One or more actions to update finding fields if a finding matches the conditions specified inCriteria.UpdateAutomationRulesRequestItem.BuilderUpdateAutomationRulesRequestItem.Builder. actions(AutomationRulesAction... actions)One or more actions to update finding fields if a finding matches the conditions specified inCriteria.Method parameters in software.amazon.awssdk.services.securityhub.model with type arguments of type AutomationRulesAction Modifier and Type Method Description AutomationRulesConfig.BuilderAutomationRulesConfig.Builder. actions(Collection<AutomationRulesAction> actions)One or more actions to update finding fields if a finding matches the defined criteria of the rule.CreateAutomationRuleRequest.BuilderCreateAutomationRuleRequest.Builder. actions(Collection<AutomationRulesAction> actions)One or more actions to update finding fields if a finding matches the conditions specified inCriteria.UpdateAutomationRulesRequestItem.BuilderUpdateAutomationRulesRequestItem.Builder. actions(Collection<AutomationRulesAction> actions)One or more actions to update finding fields if a finding matches the conditions specified inCriteria.
-