Uses of Class
software.amazon.awssdk.services.securityhub.model.BatchDeleteAutomationRulesRequest
-
Packages that use BatchDeleteAutomationRulesRequest 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 BatchDeleteAutomationRulesRequest in software.amazon.awssdk.services.securityhub
Methods in software.amazon.awssdk.services.securityhub with parameters of type BatchDeleteAutomationRulesRequest Modifier and Type Method Description default CompletableFuture<BatchDeleteAutomationRulesResponse>SecurityHubAsyncClient. batchDeleteAutomationRules(BatchDeleteAutomationRulesRequest batchDeleteAutomationRulesRequest)Deletes one or more automation rules.default BatchDeleteAutomationRulesResponseSecurityHubClient. batchDeleteAutomationRules(BatchDeleteAutomationRulesRequest batchDeleteAutomationRulesRequest)Deletes one or more automation rules. -
Uses of BatchDeleteAutomationRulesRequest in software.amazon.awssdk.services.securityhub.transform
Methods in software.amazon.awssdk.services.securityhub.transform with parameters of type BatchDeleteAutomationRulesRequest Modifier and Type Method Description SdkHttpFullRequestBatchDeleteAutomationRulesRequestMarshaller. marshall(BatchDeleteAutomationRulesRequest batchDeleteAutomationRulesRequest)
-