Uses of Class
software.amazon.awssdk.services.networkfirewall.model.DeleteRuleGroupResponse
-
Packages that use DeleteRuleGroupResponse Package Description software.amazon.awssdk.services.networkfirewall This is the API Reference for Network Firewall. -
-
Uses of DeleteRuleGroupResponse in software.amazon.awssdk.services.networkfirewall
Methods in software.amazon.awssdk.services.networkfirewall that return DeleteRuleGroupResponse Modifier and Type Method Description default DeleteRuleGroupResponseNetworkFirewallClient. deleteRuleGroup(Consumer<DeleteRuleGroupRequest.Builder> deleteRuleGroupRequest)Deletes the specified RuleGroup.default DeleteRuleGroupResponseNetworkFirewallClient. deleteRuleGroup(DeleteRuleGroupRequest deleteRuleGroupRequest)Deletes the specified RuleGroup.Methods in software.amazon.awssdk.services.networkfirewall that return types with arguments of type DeleteRuleGroupResponse Modifier and Type Method Description default CompletableFuture<DeleteRuleGroupResponse>NetworkFirewallAsyncClient. deleteRuleGroup(Consumer<DeleteRuleGroupRequest.Builder> deleteRuleGroupRequest)Deletes the specified RuleGroup.default CompletableFuture<DeleteRuleGroupResponse>NetworkFirewallAsyncClient. deleteRuleGroup(DeleteRuleGroupRequest deleteRuleGroupRequest)Deletes the specified RuleGroup.
-