Uses of Interface
software.amazon.awssdk.services.securityhub.model.BatchGetAutomationRulesRequest.Builder
-
Packages that use BatchGetAutomationRulesRequest.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 BatchGetAutomationRulesRequest.Builder in software.amazon.awssdk.services.securityhub
Method parameters in software.amazon.awssdk.services.securityhub with type arguments of type BatchGetAutomationRulesRequest.Builder Modifier and Type Method Description default CompletableFuture<BatchGetAutomationRulesResponse>SecurityHubAsyncClient. batchGetAutomationRules(Consumer<BatchGetAutomationRulesRequest.Builder> batchGetAutomationRulesRequest)Retrieves a list of details for automation rules based on rule Amazon Resource Names (ARNs).default BatchGetAutomationRulesResponseSecurityHubClient. batchGetAutomationRules(Consumer<BatchGetAutomationRulesRequest.Builder> batchGetAutomationRulesRequest)Retrieves a list of details for automation rules based on rule Amazon Resource Names (ARNs). -
Uses of BatchGetAutomationRulesRequest.Builder in software.amazon.awssdk.services.securityhub.model
Methods in software.amazon.awssdk.services.securityhub.model that return BatchGetAutomationRulesRequest.Builder Modifier and Type Method Description BatchGetAutomationRulesRequest.BuilderBatchGetAutomationRulesRequest.Builder. automationRulesArns(String... automationRulesArns)A list of rule ARNs to get details for.BatchGetAutomationRulesRequest.BuilderBatchGetAutomationRulesRequest.Builder. automationRulesArns(Collection<String> automationRulesArns)A list of rule ARNs to get details for.static BatchGetAutomationRulesRequest.BuilderBatchGetAutomationRulesRequest. builder()BatchGetAutomationRulesRequest.BuilderBatchGetAutomationRulesRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)BatchGetAutomationRulesRequest.BuilderBatchGetAutomationRulesRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)BatchGetAutomationRulesRequest.BuilderBatchGetAutomationRulesRequest. toBuilder()Methods in software.amazon.awssdk.services.securityhub.model that return types with arguments of type BatchGetAutomationRulesRequest.Builder Modifier and Type Method Description static Class<? extends BatchGetAutomationRulesRequest.Builder>BatchGetAutomationRulesRequest. serializableBuilderClass()
-