Uses of Class
software.amazon.awssdk.services.securityhub.model.BatchGetAutomationRulesResponse
-
Packages that use BatchGetAutomationRulesResponse Package Description software.amazon.awssdk.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. -
-
Uses of BatchGetAutomationRulesResponse in software.amazon.awssdk.services.securityhub
Methods in software.amazon.awssdk.services.securityhub that return BatchGetAutomationRulesResponse Modifier and Type Method Description default BatchGetAutomationRulesResponseSecurityHubClient. batchGetAutomationRules(Consumer<BatchGetAutomationRulesRequest.Builder> batchGetAutomationRulesRequest)Retrieves a list of details for automation rules based on rule Amazon Resource Names (ARNs).default BatchGetAutomationRulesResponseSecurityHubClient. batchGetAutomationRules(BatchGetAutomationRulesRequest batchGetAutomationRulesRequest)Retrieves a list of details for automation rules based on rule Amazon Resource Names (ARNs).Methods in software.amazon.awssdk.services.securityhub that return types with arguments of type BatchGetAutomationRulesResponse Modifier and Type Method Description default CompletableFuture<BatchGetAutomationRulesResponse>SecurityHubAsyncClient. 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(BatchGetAutomationRulesRequest batchGetAutomationRulesRequest)Retrieves a list of details for automation rules based on rule Amazon Resource Names (ARNs).
-