| 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<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).
|
Future<BatchGetAutomationRulesResult> |
AbstractAWSSecurityHubAsync.batchGetAutomationRulesAsync(BatchGetAutomationRulesRequest request,
AsyncHandler<BatchGetAutomationRulesRequest,BatchGetAutomationRulesResult> asyncHandler) |
| 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 © 2024. All rights reserved.