Uses of Class
software.amazon.awssdk.services.securityhub.model.ListAutomationRulesResponse
-
Packages that use ListAutomationRulesResponse Package Description software.amazon.awssdk.services.securityhub Security Hub provides you with a comprehensive view of the security state of your Amazon Web Services environment and resources. -
-
Uses of ListAutomationRulesResponse in software.amazon.awssdk.services.securityhub
Methods in software.amazon.awssdk.services.securityhub that return ListAutomationRulesResponse Modifier and Type Method Description default ListAutomationRulesResponseSecurityHubClient. listAutomationRules(Consumer<ListAutomationRulesRequest.Builder> listAutomationRulesRequest)A list of automation rules and their metadata for the calling account.default ListAutomationRulesResponseSecurityHubClient. listAutomationRules(ListAutomationRulesRequest listAutomationRulesRequest)A list of automation rules and their metadata for the calling account.Methods in software.amazon.awssdk.services.securityhub that return types with arguments of type ListAutomationRulesResponse 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 CompletableFuture<ListAutomationRulesResponse>SecurityHubAsyncClient. listAutomationRules(ListAutomationRulesRequest listAutomationRulesRequest)A list of automation rules and their metadata for the calling account.
-