Uses of Class
com.oracle.bmc.networkfirewall.responses.CreateTunnelInspectionRuleResponse
-
Packages that use CreateTunnelInspectionRuleResponse Package Description com.oracle.bmc.networkfirewall com.oracle.bmc.networkfirewall.responses -
-
Uses of CreateTunnelInspectionRuleResponse in com.oracle.bmc.networkfirewall
Methods in com.oracle.bmc.networkfirewall that return CreateTunnelInspectionRuleResponse Modifier and Type Method Description CreateTunnelInspectionRuleResponse
NetworkFirewall. createTunnelInspectionRule(CreateTunnelInspectionRuleRequest request)
Creates a new tunnel inspection rule for the network firewall policy.CreateTunnelInspectionRuleResponse
NetworkFirewallClient. createTunnelInspectionRule(CreateTunnelInspectionRuleRequest request)
Methods in com.oracle.bmc.networkfirewall that return types with arguments of type CreateTunnelInspectionRuleResponse Modifier and Type Method Description Future<CreateTunnelInspectionRuleResponse>
NetworkFirewallAsync. createTunnelInspectionRule(CreateTunnelInspectionRuleRequest request, AsyncHandler<CreateTunnelInspectionRuleRequest,CreateTunnelInspectionRuleResponse> handler)
Creates a new tunnel inspection rule for the network firewall policy.Future<CreateTunnelInspectionRuleResponse>
NetworkFirewallAsyncClient. createTunnelInspectionRule(CreateTunnelInspectionRuleRequest request, AsyncHandler<CreateTunnelInspectionRuleRequest,CreateTunnelInspectionRuleResponse> handler)
Method parameters in com.oracle.bmc.networkfirewall with type arguments of type CreateTunnelInspectionRuleResponse Modifier and Type Method Description Future<CreateTunnelInspectionRuleResponse>
NetworkFirewallAsync. createTunnelInspectionRule(CreateTunnelInspectionRuleRequest request, AsyncHandler<CreateTunnelInspectionRuleRequest,CreateTunnelInspectionRuleResponse> handler)
Creates a new tunnel inspection rule for the network firewall policy.Future<CreateTunnelInspectionRuleResponse>
NetworkFirewallAsyncClient. createTunnelInspectionRule(CreateTunnelInspectionRuleRequest request, AsyncHandler<CreateTunnelInspectionRuleRequest,CreateTunnelInspectionRuleResponse> handler)
-
Uses of CreateTunnelInspectionRuleResponse in com.oracle.bmc.networkfirewall.responses
Methods in com.oracle.bmc.networkfirewall.responses that return CreateTunnelInspectionRuleResponse Modifier and Type Method Description CreateTunnelInspectionRuleResponse
CreateTunnelInspectionRuleResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.networkfirewall.responses with parameters of type CreateTunnelInspectionRuleResponse Modifier and Type Method Description CreateTunnelInspectionRuleResponse.Builder
CreateTunnelInspectionRuleResponse.Builder. copy(CreateTunnelInspectionRuleResponse o)
Copy method to populate the builder with values from the given instance.
-