Uses of Class
software.amazon.awssdk.services.wafv2.model.GetManagedRuleSetResponse
-
Packages that use GetManagedRuleSetResponse Package Description software.amazon.awssdk.services.wafv2 WAF -
-
Uses of GetManagedRuleSetResponse in software.amazon.awssdk.services.wafv2
Methods in software.amazon.awssdk.services.wafv2 that return GetManagedRuleSetResponse Modifier and Type Method Description default GetManagedRuleSetResponseWafv2Client. getManagedRuleSet(Consumer<GetManagedRuleSetRequest.Builder> getManagedRuleSetRequest)Retrieves the specified managed rule set.default GetManagedRuleSetResponseWafv2Client. getManagedRuleSet(GetManagedRuleSetRequest getManagedRuleSetRequest)Retrieves the specified managed rule set.Methods in software.amazon.awssdk.services.wafv2 that return types with arguments of type GetManagedRuleSetResponse Modifier and Type Method Description default CompletableFuture<GetManagedRuleSetResponse>Wafv2AsyncClient. getManagedRuleSet(Consumer<GetManagedRuleSetRequest.Builder> getManagedRuleSetRequest)Retrieves the specified managed rule set.default CompletableFuture<GetManagedRuleSetResponse>Wafv2AsyncClient. getManagedRuleSet(GetManagedRuleSetRequest getManagedRuleSetRequest)Retrieves the specified managed rule set.
-