Uses of Class
software.amazon.awssdk.services.wafv2.model.CreateRuleGroupRequest
-
Packages that use CreateRuleGroupRequest Package Description software.amazon.awssdk.services.wafv2 WAF software.amazon.awssdk.services.wafv2.transform -
-
Uses of CreateRuleGroupRequest in software.amazon.awssdk.services.wafv2
Methods in software.amazon.awssdk.services.wafv2 with parameters of type CreateRuleGroupRequest Modifier and Type Method Description default CompletableFuture<CreateRuleGroupResponse>Wafv2AsyncClient. createRuleGroup(CreateRuleGroupRequest createRuleGroupRequest)Creates a RuleGroup per the specifications provided.default CreateRuleGroupResponseWafv2Client. createRuleGroup(CreateRuleGroupRequest createRuleGroupRequest)Creates a RuleGroup per the specifications provided. -
Uses of CreateRuleGroupRequest in software.amazon.awssdk.services.wafv2.transform
Methods in software.amazon.awssdk.services.wafv2.transform with parameters of type CreateRuleGroupRequest Modifier and Type Method Description SdkHttpFullRequestCreateRuleGroupRequestMarshaller. marshall(CreateRuleGroupRequest createRuleGroupRequest)
-