Uses of Class
software.amazon.awssdk.services.securityhub.model.BatchUpdateAutomationRulesResponse
-
Packages that use BatchUpdateAutomationRulesResponse 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 BatchUpdateAutomationRulesResponse in software.amazon.awssdk.services.securityhub
Methods in software.amazon.awssdk.services.securityhub that return BatchUpdateAutomationRulesResponse Modifier and Type Method Description default BatchUpdateAutomationRulesResponseSecurityHubClient. batchUpdateAutomationRules(Consumer<BatchUpdateAutomationRulesRequest.Builder> batchUpdateAutomationRulesRequest)Updates one or more automation rules based on rule Amazon Resource Names (ARNs) and input parameters.default BatchUpdateAutomationRulesResponseSecurityHubClient. batchUpdateAutomationRules(BatchUpdateAutomationRulesRequest batchUpdateAutomationRulesRequest)Updates one or more automation rules based on rule Amazon Resource Names (ARNs) and input parameters.Methods in software.amazon.awssdk.services.securityhub that return types with arguments of type BatchUpdateAutomationRulesResponse Modifier and Type Method Description default CompletableFuture<BatchUpdateAutomationRulesResponse>SecurityHubAsyncClient. batchUpdateAutomationRules(Consumer<BatchUpdateAutomationRulesRequest.Builder> batchUpdateAutomationRulesRequest)Updates one or more automation rules based on rule Amazon Resource Names (ARNs) and input parameters.default CompletableFuture<BatchUpdateAutomationRulesResponse>SecurityHubAsyncClient. batchUpdateAutomationRules(BatchUpdateAutomationRulesRequest batchUpdateAutomationRulesRequest)Updates one or more automation rules based on rule Amazon Resource Names (ARNs) and input parameters.
-