| Package | Description |
|---|---|
| com.amazonaws.services.securityhub.model |
| Modifier and Type | Method and Description |
|---|---|
UpdateAutomationRulesRequestItem |
UpdateAutomationRulesRequestItem.clone() |
UpdateAutomationRulesRequestItem |
UpdateAutomationRulesRequestItem.withActions(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. |
UpdateAutomationRulesRequestItem |
UpdateAutomationRulesRequestItem.withCriteria(AutomationRulesFindingFilters criteria)
A set of ASFF finding field attributes and corresponding expected values that Security Hub uses to filter
findings.
|
UpdateAutomationRulesRequestItem |
UpdateAutomationRulesRequestItem.withDescription(String description)
A description of the rule.
|
UpdateAutomationRulesRequestItem |
UpdateAutomationRulesRequestItem.withIsTerminal(Boolean isTerminal)
Specifies whether a rule is the last to be applied with respect to a finding that matches the rule criteria.
|
UpdateAutomationRulesRequestItem |
UpdateAutomationRulesRequestItem.withRuleArn(String ruleArn)
The Amazon Resource Name (ARN) for the rule.
|
UpdateAutomationRulesRequestItem |
UpdateAutomationRulesRequestItem.withRuleName(String ruleName)
The name of the rule.
|
UpdateAutomationRulesRequestItem |
UpdateAutomationRulesRequestItem.withRuleOrder(Integer ruleOrder)
An integer ranging from 1 to 1000 that represents the order in which the rule action is applied to findings.
|
UpdateAutomationRulesRequestItem |
UpdateAutomationRulesRequestItem.withRuleStatus(RuleStatus ruleStatus)
Whether the rule is active after it is created.
|
UpdateAutomationRulesRequestItem |
UpdateAutomationRulesRequestItem.withRuleStatus(String ruleStatus)
Whether the rule is active after it is created.
|
| Modifier and Type | Method and Description |
|---|---|
List<UpdateAutomationRulesRequestItem> |
BatchUpdateAutomationRulesRequest.getUpdateAutomationRulesRequestItems()
An array of ARNs for the rules that are to be updated.
|
| Modifier and Type | Method and Description |
|---|---|
BatchUpdateAutomationRulesRequest |
BatchUpdateAutomationRulesRequest.withUpdateAutomationRulesRequestItems(UpdateAutomationRulesRequestItem... updateAutomationRulesRequestItems)
An array of ARNs for the rules that are to be updated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BatchUpdateAutomationRulesRequest.setUpdateAutomationRulesRequestItems(Collection<UpdateAutomationRulesRequestItem> updateAutomationRulesRequestItems)
An array of ARNs for the rules that are to be updated.
|
BatchUpdateAutomationRulesRequest |
BatchUpdateAutomationRulesRequest.withUpdateAutomationRulesRequestItems(Collection<UpdateAutomationRulesRequestItem> updateAutomationRulesRequestItems)
An array of ARNs for the rules that are to be updated.
|
Copyright © 2024. All rights reserved.