| Package | Description |
|---|---|
| software.amazon.awssdk.services.securityhub |
Security Hub provides you with a comprehensive view of the security state of your Amazon Web Services environment and
resources.
|
| software.amazon.awssdk.services.securityhub.model |
| Modifier and Type | Method and Description |
|---|---|
default BatchGetAutomationRulesResponse |
SecurityHubClient.batchGetAutomationRules(Consumer<BatchGetAutomationRulesRequest.Builder> batchGetAutomationRulesRequest)
Retrieves a list of details for automation rules based on rule Amazon Resource Names (ARNs).
|
default CompletableFuture<BatchGetAutomationRulesResponse> |
SecurityHubAsyncClient.batchGetAutomationRules(Consumer<BatchGetAutomationRulesRequest.Builder> batchGetAutomationRulesRequest)
Retrieves a list of details for automation rules based on rule Amazon Resource Names (ARNs).
|
| Modifier and Type | Method and Description |
|---|---|
BatchGetAutomationRulesRequest.Builder |
BatchGetAutomationRulesRequest.Builder.automationRulesArns(Collection<String> automationRulesArns)
A list of rule ARNs to get details for.
|
BatchGetAutomationRulesRequest.Builder |
BatchGetAutomationRulesRequest.Builder.automationRulesArns(String... automationRulesArns)
A list of rule ARNs to get details for.
|
static BatchGetAutomationRulesRequest.Builder |
BatchGetAutomationRulesRequest.builder() |
BatchGetAutomationRulesRequest.Builder |
BatchGetAutomationRulesRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
BatchGetAutomationRulesRequest.Builder |
BatchGetAutomationRulesRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
BatchGetAutomationRulesRequest.Builder |
BatchGetAutomationRulesRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends BatchGetAutomationRulesRequest.Builder> |
BatchGetAutomationRulesRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.