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