| 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 |
|---|---|
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.
|
Future<BatchDeleteAutomationRulesResult> |
AbstractAWSSecurityHubAsync.batchDeleteAutomationRulesAsync(BatchDeleteAutomationRulesRequest request,
AsyncHandler<BatchDeleteAutomationRulesRequest,BatchDeleteAutomationRulesResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
BatchDeleteAutomationRulesRequest |
BatchDeleteAutomationRulesRequest.clone() |
BatchDeleteAutomationRulesRequest |
BatchDeleteAutomationRulesRequest.withAutomationRulesArns(Collection<String> automationRulesArns)
A list of Amazon Resource Names (ARNs) for the rules that are to be deleted.
|
BatchDeleteAutomationRulesRequest |
BatchDeleteAutomationRulesRequest.withAutomationRulesArns(String... automationRulesArns)
A list of Amazon Resource Names (ARNs) for the rules that are to be deleted.
|
Copyright © 2024. All rights reserved.