Uses of Class
software.amazon.awssdk.services.networkfirewall.model.CreateRuleGroupResponse
-
Packages that use CreateRuleGroupResponse Package Description software.amazon.awssdk.services.networkfirewall This is the API Reference for Network Firewall. -
-
Uses of CreateRuleGroupResponse in software.amazon.awssdk.services.networkfirewall
Methods in software.amazon.awssdk.services.networkfirewall that return CreateRuleGroupResponse Modifier and Type Method Description default CreateRuleGroupResponseNetworkFirewallClient. createRuleGroup(Consumer<CreateRuleGroupRequest.Builder> createRuleGroupRequest)Creates the specified stateless or stateful rule group, which includes the rules for network traffic inspection, a capacity setting, and tags.default CreateRuleGroupResponseNetworkFirewallClient. createRuleGroup(CreateRuleGroupRequest createRuleGroupRequest)Creates the specified stateless or stateful rule group, which includes the rules for network traffic inspection, a capacity setting, and tags.Methods in software.amazon.awssdk.services.networkfirewall that return types with arguments of type CreateRuleGroupResponse Modifier and Type Method Description default CompletableFuture<CreateRuleGroupResponse>NetworkFirewallAsyncClient. createRuleGroup(Consumer<CreateRuleGroupRequest.Builder> createRuleGroupRequest)Creates the specified stateless or stateful rule group, which includes the rules for network traffic inspection, a capacity setting, and tags.default CompletableFuture<CreateRuleGroupResponse>NetworkFirewallAsyncClient. createRuleGroup(CreateRuleGroupRequest createRuleGroupRequest)Creates the specified stateless or stateful rule group, which includes the rules for network traffic inspection, a capacity setting, and tags.
-