| 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 |
|---|---|
BatchUpdateAutomationRulesResult |
AWSSecurityHubClient.batchUpdateAutomationRules(BatchUpdateAutomationRulesRequest request)
Updates one or more automation rules based on rule Amazon Resource Names (ARNs) and input parameters.
|
BatchUpdateAutomationRulesResult |
AWSSecurityHub.batchUpdateAutomationRules(BatchUpdateAutomationRulesRequest batchUpdateAutomationRulesRequest)
Updates one or more automation rules based on rule Amazon Resource Names (ARNs) and input parameters.
|
BatchUpdateAutomationRulesResult |
AbstractAWSSecurityHub.batchUpdateAutomationRules(BatchUpdateAutomationRulesRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<BatchUpdateAutomationRulesResult> |
AWSSecurityHubAsyncClient.batchUpdateAutomationRulesAsync(BatchUpdateAutomationRulesRequest request,
AsyncHandler<BatchUpdateAutomationRulesRequest,BatchUpdateAutomationRulesResult> asyncHandler) |
Future<BatchUpdateAutomationRulesResult> |
AWSSecurityHubAsync.batchUpdateAutomationRulesAsync(BatchUpdateAutomationRulesRequest batchUpdateAutomationRulesRequest,
AsyncHandler<BatchUpdateAutomationRulesRequest,BatchUpdateAutomationRulesResult> asyncHandler)
Updates one or more automation rules based on rule Amazon Resource Names (ARNs) and input parameters.
|
Future<BatchUpdateAutomationRulesResult> |
AbstractAWSSecurityHubAsync.batchUpdateAutomationRulesAsync(BatchUpdateAutomationRulesRequest request,
AsyncHandler<BatchUpdateAutomationRulesRequest,BatchUpdateAutomationRulesResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
BatchUpdateAutomationRulesResult |
BatchUpdateAutomationRulesResult.clone() |
BatchUpdateAutomationRulesResult |
BatchUpdateAutomationRulesResult.withProcessedAutomationRules(Collection<String> processedAutomationRules)
A list of properly processed rule ARNs.
|
BatchUpdateAutomationRulesResult |
BatchUpdateAutomationRulesResult.withProcessedAutomationRules(String... processedAutomationRules)
A list of properly processed rule ARNs.
|
BatchUpdateAutomationRulesResult |
BatchUpdateAutomationRulesResult.withUnprocessedAutomationRules(Collection<UnprocessedAutomationRule> unprocessedAutomationRules)
A list of objects containing
RuleArn, ErrorCode, and ErrorMessage. |
BatchUpdateAutomationRulesResult |
BatchUpdateAutomationRulesResult.withUnprocessedAutomationRules(UnprocessedAutomationRule... unprocessedAutomationRules)
A list of objects containing
RuleArn, ErrorCode, and ErrorMessage. |
Copyright © 2023. All rights reserved.