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