| Package | Description |
|---|---|
| com.amazonaws.services.securityhub |
Security Hub provides you with a comprehensive view of your security state in Amazon Web Services and helps you
assess your Amazon Web Services environment against security industry standards and best practices.
|
| com.amazonaws.services.securityhub.model |
| Modifier and Type | Method and Description |
|---|---|
BatchDeleteAutomationRulesResult |
AbstractAWSSecurityHub.batchDeleteAutomationRules(BatchDeleteAutomationRulesRequest request) |
BatchDeleteAutomationRulesResult |
AWSSecurityHubClient.batchDeleteAutomationRules(BatchDeleteAutomationRulesRequest request)
Deletes one or more automation rules.
|
BatchDeleteAutomationRulesResult |
AWSSecurityHub.batchDeleteAutomationRules(BatchDeleteAutomationRulesRequest batchDeleteAutomationRulesRequest)
Deletes one or more automation rules.
|
| Modifier and Type | Method and Description |
|---|---|
Future<BatchDeleteAutomationRulesResult> |
AbstractAWSSecurityHubAsync.batchDeleteAutomationRulesAsync(BatchDeleteAutomationRulesRequest request,
AsyncHandler<BatchDeleteAutomationRulesRequest,BatchDeleteAutomationRulesResult> asyncHandler) |
Future<BatchDeleteAutomationRulesResult> |
AWSSecurityHubAsyncClient.batchDeleteAutomationRulesAsync(BatchDeleteAutomationRulesRequest request,
AsyncHandler<BatchDeleteAutomationRulesRequest,BatchDeleteAutomationRulesResult> asyncHandler) |
Future<BatchDeleteAutomationRulesResult> |
AWSSecurityHubAsync.batchDeleteAutomationRulesAsync(BatchDeleteAutomationRulesRequest batchDeleteAutomationRulesRequest,
AsyncHandler<BatchDeleteAutomationRulesRequest,BatchDeleteAutomationRulesResult> asyncHandler)
Deletes one or more automation rules.
|
| Modifier and Type | Method and Description |
|---|---|
BatchDeleteAutomationRulesResult |
BatchDeleteAutomationRulesResult.clone() |
BatchDeleteAutomationRulesResult |
BatchDeleteAutomationRulesResult.withProcessedAutomationRules(Collection<String> processedAutomationRules)
A list of properly processed rule ARNs.
|
BatchDeleteAutomationRulesResult |
BatchDeleteAutomationRulesResult.withProcessedAutomationRules(String... processedAutomationRules)
A list of properly processed rule ARNs.
|
BatchDeleteAutomationRulesResult |
BatchDeleteAutomationRulesResult.withUnprocessedAutomationRules(Collection<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. |
Copyright © 2024. All rights reserved.