| Package | Description |
|---|---|
| com.amazonaws.services.securityhub.model |
| Modifier and Type | Method and Description |
|---|---|
AutomationRulesAction |
AutomationRulesAction.clone() |
AutomationRulesAction |
AutomationRulesAction.withFindingFieldsUpdate(AutomationRulesFindingFieldsUpdate findingFieldsUpdate)
Specifies that the automation rule action is an update to a finding field.
|
AutomationRulesAction |
AutomationRulesAction.withType(AutomationRulesActionType type)
Specifies that the rule action should update the
Types finding field. |
AutomationRulesAction |
AutomationRulesAction.withType(String type)
Specifies that the rule action should update the
Types finding field. |
| Modifier and Type | Method and Description |
|---|---|
List<AutomationRulesAction> |
UpdateAutomationRulesRequestItem.getActions()
One or more actions to update finding fields if a finding matches the conditions specified in
Criteria. |
List<AutomationRulesAction> |
AutomationRulesConfig.getActions()
One or more actions to update finding fields if a finding matches the defined criteria of the rule.
|
List<AutomationRulesAction> |
CreateAutomationRuleRequest.getActions()
One or more actions to update finding fields if a finding matches the conditions specified in
Criteria. |
| Modifier and Type | Method and Description |
|---|---|
UpdateAutomationRulesRequestItem |
UpdateAutomationRulesRequestItem.withActions(AutomationRulesAction... actions)
One or more actions to update finding fields if a finding matches the conditions specified in
Criteria. |
AutomationRulesConfig |
AutomationRulesConfig.withActions(AutomationRulesAction... actions)
One or more actions to update finding fields if a finding matches the defined criteria of the rule.
|
CreateAutomationRuleRequest |
CreateAutomationRuleRequest.withActions(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 |
|---|---|
void |
UpdateAutomationRulesRequestItem.setActions(Collection<AutomationRulesAction> actions)
One or more actions to update finding fields if a finding matches the conditions specified in
Criteria. |
void |
AutomationRulesConfig.setActions(Collection<AutomationRulesAction> actions)
One or more actions to update finding fields if a finding matches the defined criteria of the rule.
|
void |
CreateAutomationRuleRequest.setActions(Collection<AutomationRulesAction> actions)
One or more actions to update finding fields if a finding matches the conditions specified in
Criteria. |
UpdateAutomationRulesRequestItem |
UpdateAutomationRulesRequestItem.withActions(Collection<AutomationRulesAction> actions)
One or more actions to update finding fields if a finding matches the conditions specified in
Criteria. |
AutomationRulesConfig |
AutomationRulesConfig.withActions(Collection<AutomationRulesAction> actions)
One or more actions to update finding fields if a finding matches the defined criteria of the rule.
|
CreateAutomationRuleRequest |
CreateAutomationRuleRequest.withActions(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.