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