Uses of Class
software.amazon.awssdk.services.wafv2.model.ListManagedRuleSetsResponse
-
Packages that use ListManagedRuleSetsResponse Package Description software.amazon.awssdk.services.wafv2 WAF -
-
Uses of ListManagedRuleSetsResponse in software.amazon.awssdk.services.wafv2
Methods in software.amazon.awssdk.services.wafv2 that return ListManagedRuleSetsResponse Modifier and Type Method Description default ListManagedRuleSetsResponseWafv2Client. listManagedRuleSets(Consumer<ListManagedRuleSetsRequest.Builder> listManagedRuleSetsRequest)Retrieves the managed rule sets that you own.default ListManagedRuleSetsResponseWafv2Client. listManagedRuleSets(ListManagedRuleSetsRequest listManagedRuleSetsRequest)Retrieves the managed rule sets that you own.Methods in software.amazon.awssdk.services.wafv2 that return types with arguments of type ListManagedRuleSetsResponse Modifier and Type Method Description default CompletableFuture<ListManagedRuleSetsResponse>Wafv2AsyncClient. listManagedRuleSets(Consumer<ListManagedRuleSetsRequest.Builder> listManagedRuleSetsRequest)Retrieves the managed rule sets that you own.default CompletableFuture<ListManagedRuleSetsResponse>Wafv2AsyncClient. listManagedRuleSets(ListManagedRuleSetsRequest listManagedRuleSetsRequest)Retrieves the managed rule sets that you own.
-