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