Uses of Class
software.amazon.awssdk.services.wafv2.model.GetRuleGroupResponse
-
Packages that use GetRuleGroupResponse Package Description software.amazon.awssdk.services.wafv2 WAF -
-
Uses of GetRuleGroupResponse in software.amazon.awssdk.services.wafv2
Methods in software.amazon.awssdk.services.wafv2 that return GetRuleGroupResponse Modifier and Type Method Description default GetRuleGroupResponseWafv2Client. getRuleGroup(Consumer<GetRuleGroupRequest.Builder> getRuleGroupRequest)Retrieves the specified RuleGroup.default GetRuleGroupResponseWafv2Client. getRuleGroup(GetRuleGroupRequest getRuleGroupRequest)Retrieves the specified RuleGroup.Methods in software.amazon.awssdk.services.wafv2 that return types with arguments of type GetRuleGroupResponse Modifier and Type Method Description default CompletableFuture<GetRuleGroupResponse>Wafv2AsyncClient. getRuleGroup(Consumer<GetRuleGroupRequest.Builder> getRuleGroupRequest)Retrieves the specified RuleGroup.default CompletableFuture<GetRuleGroupResponse>Wafv2AsyncClient. getRuleGroup(GetRuleGroupRequest getRuleGroupRequest)Retrieves the specified RuleGroup.
-