Uses of Interface
software.amazon.awssdk.services.securityhub.model.BatchDeleteAutomationRulesRequest.Builder
-
Packages that use BatchDeleteAutomationRulesRequest.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 BatchDeleteAutomationRulesRequest.Builder in software.amazon.awssdk.services.securityhub
Method parameters in software.amazon.awssdk.services.securityhub with type arguments of type BatchDeleteAutomationRulesRequest.Builder Modifier and Type Method Description default CompletableFuture<BatchDeleteAutomationRulesResponse>SecurityHubAsyncClient. batchDeleteAutomationRules(Consumer<BatchDeleteAutomationRulesRequest.Builder> batchDeleteAutomationRulesRequest)Deletes one or more automation rules.default BatchDeleteAutomationRulesResponseSecurityHubClient. batchDeleteAutomationRules(Consumer<BatchDeleteAutomationRulesRequest.Builder> batchDeleteAutomationRulesRequest)Deletes one or more automation rules. -
Uses of BatchDeleteAutomationRulesRequest.Builder in software.amazon.awssdk.services.securityhub.model
Methods in software.amazon.awssdk.services.securityhub.model that return BatchDeleteAutomationRulesRequest.Builder Modifier and Type Method Description BatchDeleteAutomationRulesRequest.BuilderBatchDeleteAutomationRulesRequest.Builder. automationRulesArns(String... automationRulesArns)A list of Amazon Resource Names (ARNs) for the rules that are to be deleted.BatchDeleteAutomationRulesRequest.BuilderBatchDeleteAutomationRulesRequest.Builder. automationRulesArns(Collection<String> automationRulesArns)A list of Amazon Resource Names (ARNs) for the rules that are to be deleted.static BatchDeleteAutomationRulesRequest.BuilderBatchDeleteAutomationRulesRequest. builder()BatchDeleteAutomationRulesRequest.BuilderBatchDeleteAutomationRulesRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)BatchDeleteAutomationRulesRequest.BuilderBatchDeleteAutomationRulesRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)BatchDeleteAutomationRulesRequest.BuilderBatchDeleteAutomationRulesRequest. toBuilder()Methods in software.amazon.awssdk.services.securityhub.model that return types with arguments of type BatchDeleteAutomationRulesRequest.Builder Modifier and Type Method Description static Class<? extends BatchDeleteAutomationRulesRequest.Builder>BatchDeleteAutomationRulesRequest. serializableBuilderClass()
-