Uses of Class
software.amazon.awssdk.services.securityhub.model.ListAutomationRulesRequest
-
Packages that use ListAutomationRulesRequest 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.software.amazon.awssdk.services.securityhub.transform -
-
Uses of ListAutomationRulesRequest in software.amazon.awssdk.services.securityhub
Methods in software.amazon.awssdk.services.securityhub with parameters of type ListAutomationRulesRequest Modifier and Type Method Description default CompletableFuture<ListAutomationRulesResponse>SecurityHubAsyncClient. listAutomationRules(ListAutomationRulesRequest 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. -
Uses of ListAutomationRulesRequest in software.amazon.awssdk.services.securityhub.transform
Methods in software.amazon.awssdk.services.securityhub.transform with parameters of type ListAutomationRulesRequest Modifier and Type Method Description SdkHttpFullRequestListAutomationRulesRequestMarshaller. marshall(ListAutomationRulesRequest listAutomationRulesRequest)
-