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