Uses of Class
com.oracle.bmc.networkfirewall.requests.BulkUploadTunnelInspectionRulesRequest
-
Packages that use BulkUploadTunnelInspectionRulesRequest Package Description com.oracle.bmc.networkfirewall com.oracle.bmc.networkfirewall.requests -
-
Uses of BulkUploadTunnelInspectionRulesRequest in com.oracle.bmc.networkfirewall
Method parameters in com.oracle.bmc.networkfirewall with type arguments of type BulkUploadTunnelInspectionRulesRequest Modifier and Type Method Description Future<BulkUploadTunnelInspectionRulesResponse>
NetworkFirewallAsync. bulkUploadTunnelInspectionRules(BulkUploadTunnelInspectionRulesRequest request, AsyncHandler<BulkUploadTunnelInspectionRulesRequest,BulkUploadTunnelInspectionRulesResponse> handler)
Creates a new Tunnel Inspection Rule at bulk for the Network Firewall Policy.Future<BulkUploadTunnelInspectionRulesResponse>
NetworkFirewallAsyncClient. bulkUploadTunnelInspectionRules(BulkUploadTunnelInspectionRulesRequest request, AsyncHandler<BulkUploadTunnelInspectionRulesRequest,BulkUploadTunnelInspectionRulesResponse> handler)
-
Uses of BulkUploadTunnelInspectionRulesRequest in com.oracle.bmc.networkfirewall.requests
Methods in com.oracle.bmc.networkfirewall.requests that return BulkUploadTunnelInspectionRulesRequest Modifier and Type Method Description BulkUploadTunnelInspectionRulesRequest
BulkUploadTunnelInspectionRulesRequest.Builder. build()
Build the instance of BulkUploadTunnelInspectionRulesRequest as configured by this builderBulkUploadTunnelInspectionRulesRequest
BulkUploadTunnelInspectionRulesRequest.Builder. buildWithoutInvocationCallback()
Build the instance of BulkUploadTunnelInspectionRulesRequest as configured by this builderMethods in com.oracle.bmc.networkfirewall.requests with parameters of type BulkUploadTunnelInspectionRulesRequest Modifier and Type Method Description BulkUploadTunnelInspectionRulesRequest.Builder
BulkUploadTunnelInspectionRulesRequest.Builder. copy(BulkUploadTunnelInspectionRulesRequest o)
Copy method to populate the builder with values from the given instance.
-