Uses of Class
software.amazon.awssdk.services.securityhub.model.BatchUpdateAutomationRulesRequest
-
Packages that use BatchUpdateAutomationRulesRequest 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.software.amazon.awssdk.services.securityhub.transform -
-
Uses of BatchUpdateAutomationRulesRequest in software.amazon.awssdk.services.securityhub
Methods in software.amazon.awssdk.services.securityhub with parameters of type BatchUpdateAutomationRulesRequest Modifier and Type Method Description default CompletableFuture<BatchUpdateAutomationRulesResponse>SecurityHubAsyncClient. batchUpdateAutomationRules(BatchUpdateAutomationRulesRequest 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. -
Uses of BatchUpdateAutomationRulesRequest in software.amazon.awssdk.services.securityhub.transform
Methods in software.amazon.awssdk.services.securityhub.transform with parameters of type BatchUpdateAutomationRulesRequest Modifier and Type Method Description SdkHttpFullRequestBatchUpdateAutomationRulesRequestMarshaller. marshall(BatchUpdateAutomationRulesRequest batchUpdateAutomationRulesRequest)
-