Uses of Class
com.oracle.bmc.networkfirewall.requests.CreateServiceListRequest
- 
Packages that use CreateServiceListRequest Package Description com.oracle.bmc.networkfirewall com.oracle.bmc.networkfirewall.requests 
- 
- 
Uses of CreateServiceListRequest in com.oracle.bmc.networkfirewallMethods in com.oracle.bmc.networkfirewall with parameters of type CreateServiceListRequest Modifier and Type Method Description CreateServiceListResponseNetworkFirewall. createServiceList(CreateServiceListRequest request)Creates a new ServiceList for the Network Firewall Policy.Future<CreateServiceListResponse>NetworkFirewallAsync. createServiceList(CreateServiceListRequest request, AsyncHandler<CreateServiceListRequest,CreateServiceListResponse> handler)Creates a new ServiceList for the Network Firewall Policy.Future<CreateServiceListResponse>NetworkFirewallAsyncClient. createServiceList(CreateServiceListRequest request, AsyncHandler<CreateServiceListRequest,CreateServiceListResponse> handler)CreateServiceListResponseNetworkFirewallClient. createServiceList(CreateServiceListRequest request)Method parameters in com.oracle.bmc.networkfirewall with type arguments of type CreateServiceListRequest Modifier and Type Method Description Future<CreateServiceListResponse>NetworkFirewallAsync. createServiceList(CreateServiceListRequest request, AsyncHandler<CreateServiceListRequest,CreateServiceListResponse> handler)Creates a new ServiceList for the Network Firewall Policy.Future<CreateServiceListResponse>NetworkFirewallAsyncClient. createServiceList(CreateServiceListRequest request, AsyncHandler<CreateServiceListRequest,CreateServiceListResponse> handler)
- 
Uses of CreateServiceListRequest in com.oracle.bmc.networkfirewall.requestsMethods in com.oracle.bmc.networkfirewall.requests that return CreateServiceListRequest Modifier and Type Method Description CreateServiceListRequestCreateServiceListRequest.Builder. build()Build the instance of CreateServiceListRequest as configured by this builderCreateServiceListRequestCreateServiceListRequest.Builder. buildWithoutInvocationCallback()Build the instance of CreateServiceListRequest as configured by this builderMethods in com.oracle.bmc.networkfirewall.requests with parameters of type CreateServiceListRequest Modifier and Type Method Description CreateServiceListRequest.BuilderCreateServiceListRequest.Builder. copy(CreateServiceListRequest o)Copy method to populate the builder with values from the given instance.
 
-