| Package | Description |
|---|---|
| com.amazonaws.services.securityhub.model |
| Modifier and Type | Method and Description |
|---|---|
UnprocessedAutomationRule |
UnprocessedAutomationRule.clone() |
UnprocessedAutomationRule |
UnprocessedAutomationRule.withErrorCode(Integer errorCode)
The error code associated with the unprocessed automation rule.
|
UnprocessedAutomationRule |
UnprocessedAutomationRule.withErrorMessage(String errorMessage)
An error message describing why a request didn't process a specific rule.
|
UnprocessedAutomationRule |
UnprocessedAutomationRule.withRuleArn(String ruleArn)
The Amazon Resource Name (ARN) for the unprocessed automation rule.
|
| Modifier and Type | Method and Description |
|---|---|
List<UnprocessedAutomationRule> |
BatchUpdateAutomationRulesResult.getUnprocessedAutomationRules()
A list of objects containing
RuleArn, ErrorCode, and ErrorMessage. |
List<UnprocessedAutomationRule> |
BatchGetAutomationRulesResult.getUnprocessedAutomationRules()
A list of objects containing
RuleArn, ErrorCode, and ErrorMessage. |
List<UnprocessedAutomationRule> |
BatchDeleteAutomationRulesResult.getUnprocessedAutomationRules()
A list of objects containing
RuleArn, ErrorCode, and ErrorMessage. |
| Modifier and Type | Method and Description |
|---|---|
BatchUpdateAutomationRulesResult |
BatchUpdateAutomationRulesResult.withUnprocessedAutomationRules(UnprocessedAutomationRule... unprocessedAutomationRules)
A list of objects containing
RuleArn, ErrorCode, and ErrorMessage. |
BatchGetAutomationRulesResult |
BatchGetAutomationRulesResult.withUnprocessedAutomationRules(UnprocessedAutomationRule... unprocessedAutomationRules)
A list of objects containing
RuleArn, ErrorCode, and ErrorMessage. |
BatchDeleteAutomationRulesResult |
BatchDeleteAutomationRulesResult.withUnprocessedAutomationRules(UnprocessedAutomationRule... unprocessedAutomationRules)
A list of objects containing
RuleArn, ErrorCode, and ErrorMessage. |
| Modifier and Type | Method and Description |
|---|---|
void |
BatchUpdateAutomationRulesResult.setUnprocessedAutomationRules(Collection<UnprocessedAutomationRule> unprocessedAutomationRules)
A list of objects containing
RuleArn, ErrorCode, and ErrorMessage. |
void |
BatchGetAutomationRulesResult.setUnprocessedAutomationRules(Collection<UnprocessedAutomationRule> unprocessedAutomationRules)
A list of objects containing
RuleArn, ErrorCode, and ErrorMessage. |
void |
BatchDeleteAutomationRulesResult.setUnprocessedAutomationRules(Collection<UnprocessedAutomationRule> unprocessedAutomationRules)
A list of objects containing
RuleArn, ErrorCode, and ErrorMessage. |
BatchUpdateAutomationRulesResult |
BatchUpdateAutomationRulesResult.withUnprocessedAutomationRules(Collection<UnprocessedAutomationRule> unprocessedAutomationRules)
A list of objects containing
RuleArn, ErrorCode, and ErrorMessage. |
BatchGetAutomationRulesResult |
BatchGetAutomationRulesResult.withUnprocessedAutomationRules(Collection<UnprocessedAutomationRule> unprocessedAutomationRules)
A list of objects containing
RuleArn, ErrorCode, and ErrorMessage. |
BatchDeleteAutomationRulesResult |
BatchDeleteAutomationRulesResult.withUnprocessedAutomationRules(Collection<UnprocessedAutomationRule> unprocessedAutomationRules)
A list of objects containing
RuleArn, ErrorCode, and ErrorMessage. |
Copyright © 2023. All rights reserved.