| Package | Description |
|---|---|
| com.amazonaws.services.securityhub |
Security Hub provides you with a comprehensive view of the security state of your Amazon Web Services environment and
resources.
|
| com.amazonaws.services.securityhub.model |
| Modifier and Type | Method and Description |
|---|---|
Future<BatchGetAutomationRulesResult> |
AbstractAWSSecurityHubAsync.batchGetAutomationRulesAsync(BatchGetAutomationRulesRequest request,
AsyncHandler<BatchGetAutomationRulesRequest,BatchGetAutomationRulesResult> asyncHandler) |
Future<BatchGetAutomationRulesResult> |
AWSSecurityHubAsyncClient.batchGetAutomationRulesAsync(BatchGetAutomationRulesRequest request,
AsyncHandler<BatchGetAutomationRulesRequest,BatchGetAutomationRulesResult> asyncHandler) |
Future<BatchGetAutomationRulesResult> |
AWSSecurityHubAsync.batchGetAutomationRulesAsync(BatchGetAutomationRulesRequest batchGetAutomationRulesRequest,
AsyncHandler<BatchGetAutomationRulesRequest,BatchGetAutomationRulesResult> asyncHandler)
Retrieves a list of details for automation rules based on rule Amazon Resource Names (ARNs).
|
| Modifier and Type | Method and Description |
|---|---|
BatchGetAutomationRulesRequest |
BatchGetAutomationRulesRequest.clone() |
BatchGetAutomationRulesRequest |
BatchGetAutomationRulesRequest.withAutomationRulesArns(Collection<String> automationRulesArns)
A list of rule ARNs to get details for.
|
BatchGetAutomationRulesRequest |
BatchGetAutomationRulesRequest.withAutomationRulesArns(String... automationRulesArns)
A list of rule ARNs to get details for.
|
Copyright © 2023. All rights reserved.