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