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