| Package | Description |
|---|---|
| software.amazon.awssdk.services.securityhub.model |
| Modifier and Type | Method and Description |
|---|---|
static BatchUpdateAutomationRulesResponse.Builder |
BatchUpdateAutomationRulesResponse.builder() |
BatchUpdateAutomationRulesResponse.Builder |
BatchUpdateAutomationRulesResponse.Builder.processedAutomationRules(Collection<String> processedAutomationRules)
A list of properly processed rule ARNs.
|
BatchUpdateAutomationRulesResponse.Builder |
BatchUpdateAutomationRulesResponse.Builder.processedAutomationRules(String... processedAutomationRules)
A list of properly processed rule ARNs.
|
BatchUpdateAutomationRulesResponse.Builder |
BatchUpdateAutomationRulesResponse.toBuilder() |
BatchUpdateAutomationRulesResponse.Builder |
BatchUpdateAutomationRulesResponse.Builder.unprocessedAutomationRules(Collection<UnprocessedAutomationRule> unprocessedAutomationRules)
A list of objects containing
RuleArn, ErrorCode, and ErrorMessage. |
BatchUpdateAutomationRulesResponse.Builder |
BatchUpdateAutomationRulesResponse.Builder.unprocessedAutomationRules(Consumer<UnprocessedAutomationRule.Builder>... unprocessedAutomationRules)
A list of objects containing
RuleArn, ErrorCode, and ErrorMessage. |
BatchUpdateAutomationRulesResponse.Builder |
BatchUpdateAutomationRulesResponse.Builder.unprocessedAutomationRules(UnprocessedAutomationRule... unprocessedAutomationRules)
A list of objects containing
RuleArn, ErrorCode, and ErrorMessage. |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends BatchUpdateAutomationRulesResponse.Builder> |
BatchUpdateAutomationRulesResponse.serializableBuilderClass() |
Copyright © 2023. All rights reserved.