Uses of Class
software.amazon.awssdk.services.networkfirewall.model.UpdateRuleGroupRequest
-
Packages that use UpdateRuleGroupRequest Package Description software.amazon.awssdk.services.networkfirewall This is the API Reference for Network Firewall.software.amazon.awssdk.services.networkfirewall.transform -
-
Uses of UpdateRuleGroupRequest in software.amazon.awssdk.services.networkfirewall
Methods in software.amazon.awssdk.services.networkfirewall with parameters of type UpdateRuleGroupRequest Modifier and Type Method Description default CompletableFuture<UpdateRuleGroupResponse>NetworkFirewallAsyncClient. updateRuleGroup(UpdateRuleGroupRequest updateRuleGroupRequest)Updates the rule settings for the specified rule group.default UpdateRuleGroupResponseNetworkFirewallClient. updateRuleGroup(UpdateRuleGroupRequest updateRuleGroupRequest)Updates the rule settings for the specified rule group. -
Uses of UpdateRuleGroupRequest in software.amazon.awssdk.services.networkfirewall.transform
Methods in software.amazon.awssdk.services.networkfirewall.transform with parameters of type UpdateRuleGroupRequest Modifier and Type Method Description SdkHttpFullRequestUpdateRuleGroupRequestMarshaller. marshall(UpdateRuleGroupRequest updateRuleGroupRequest)
-