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