| Package | Description |
|---|---|
| software.amazon.awssdk.services.securityhub.model |
| Modifier and Type | Method and 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> |
UpdateAutomationRulesRequestItem.actions()
One or more actions to update finding fields if a finding matches the conditions specified in
Criteria. |
List<AutomationRulesAction> |
CreateAutomationRuleRequest.actions()
One or more actions to update finding fields if a finding matches the conditions specified in
Criteria. |
| Modifier and Type | Method and Description |
|---|---|
AutomationRulesConfig.Builder |
AutomationRulesConfig.Builder.actions(AutomationRulesAction... actions)
One or more actions to update finding fields if a finding matches the defined criteria of the rule.
|
UpdateAutomationRulesRequestItem.Builder |
UpdateAutomationRulesRequestItem.Builder.actions(AutomationRulesAction... actions)
One or more actions to update finding fields if a finding matches the conditions specified in
Criteria. |
CreateAutomationRuleRequest.Builder |
CreateAutomationRuleRequest.Builder.actions(AutomationRulesAction... actions)
One or more actions to update finding fields if a finding matches the conditions specified in
Criteria. |
| Modifier and Type | Method and Description |
|---|---|
AutomationRulesConfig.Builder |
AutomationRulesConfig.Builder.actions(Collection<AutomationRulesAction> actions)
One or more actions to update finding fields if a finding matches the defined criteria of the rule.
|
UpdateAutomationRulesRequestItem.Builder |
UpdateAutomationRulesRequestItem.Builder.actions(Collection<AutomationRulesAction> actions)
One or more actions to update finding fields if a finding matches the conditions specified in
Criteria. |
CreateAutomationRuleRequest.Builder |
CreateAutomationRuleRequest.Builder.actions(Collection<AutomationRulesAction> actions)
One or more actions to update finding fields if a finding matches the conditions specified in
Criteria. |
Copyright © 2023. All rights reserved.