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