Uses of Interface
software.amazon.awssdk.services.securityhub.model.ListAutomationRulesRequest.Builder
-
Packages that use ListAutomationRulesRequest.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 ListAutomationRulesRequest.Builder in software.amazon.awssdk.services.securityhub
Method parameters in software.amazon.awssdk.services.securityhub with type arguments of type ListAutomationRulesRequest.Builder Modifier and Type Method Description default CompletableFuture<ListAutomationRulesResponse>SecurityHubAsyncClient. listAutomationRules(Consumer<ListAutomationRulesRequest.Builder> listAutomationRulesRequest)A list of automation rules and their metadata for the calling account.default ListAutomationRulesResponseSecurityHubClient. listAutomationRules(Consumer<ListAutomationRulesRequest.Builder> listAutomationRulesRequest)A list of automation rules and their metadata for the calling account. -
Uses of ListAutomationRulesRequest.Builder in software.amazon.awssdk.services.securityhub.model
Methods in software.amazon.awssdk.services.securityhub.model that return ListAutomationRulesRequest.Builder Modifier and Type Method Description static ListAutomationRulesRequest.BuilderListAutomationRulesRequest. builder()ListAutomationRulesRequest.BuilderListAutomationRulesRequest.Builder. maxResults(Integer maxResults)The maximum number of rules to return in the response.ListAutomationRulesRequest.BuilderListAutomationRulesRequest.Builder. nextToken(String nextToken)A token to specify where to start paginating the response.ListAutomationRulesRequest.BuilderListAutomationRulesRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListAutomationRulesRequest.BuilderListAutomationRulesRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListAutomationRulesRequest.BuilderListAutomationRulesRequest. toBuilder()Methods in software.amazon.awssdk.services.securityhub.model that return types with arguments of type ListAutomationRulesRequest.Builder Modifier and Type Method Description static Class<? extends ListAutomationRulesRequest.Builder>ListAutomationRulesRequest. serializableBuilderClass()
-