Uses of Class
software.amazon.awssdk.services.networkfirewall.model.CreateRuleGroupRequest
-
Packages that use CreateRuleGroupRequest Package Description software.amazon.awssdk.services.networkfirewall This is the API Reference for Network Firewall.software.amazon.awssdk.services.networkfirewall.transform -
-
Uses of CreateRuleGroupRequest in software.amazon.awssdk.services.networkfirewall
Methods in software.amazon.awssdk.services.networkfirewall with parameters of type CreateRuleGroupRequest Modifier and Type Method Description 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.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. -
Uses of CreateRuleGroupRequest in software.amazon.awssdk.services.networkfirewall.transform
Methods in software.amazon.awssdk.services.networkfirewall.transform with parameters of type CreateRuleGroupRequest Modifier and Type Method Description SdkHttpFullRequestCreateRuleGroupRequestMarshaller. marshall(CreateRuleGroupRequest createRuleGroupRequest)
-