Uses of Class
com.oracle.bmc.networkfirewall.requests.CreateServiceRequest
- 
Packages that use CreateServiceRequest Package Description com.oracle.bmc.networkfirewall com.oracle.bmc.networkfirewall.requests 
- 
- 
Uses of CreateServiceRequest in com.oracle.bmc.networkfirewallMethods in com.oracle.bmc.networkfirewall with parameters of type CreateServiceRequest Modifier and Type Method Description CreateServiceResponseNetworkFirewall. createService(CreateServiceRequest request)Creates a new Service for the Network Firewall Policy.Future<CreateServiceResponse>NetworkFirewallAsync. createService(CreateServiceRequest request, AsyncHandler<CreateServiceRequest,CreateServiceResponse> handler)Creates a new Service for the Network Firewall Policy.Future<CreateServiceResponse>NetworkFirewallAsyncClient. createService(CreateServiceRequest request, AsyncHandler<CreateServiceRequest,CreateServiceResponse> handler)CreateServiceResponseNetworkFirewallClient. createService(CreateServiceRequest request)Method parameters in com.oracle.bmc.networkfirewall with type arguments of type CreateServiceRequest Modifier and Type Method Description Future<CreateServiceResponse>NetworkFirewallAsync. createService(CreateServiceRequest request, AsyncHandler<CreateServiceRequest,CreateServiceResponse> handler)Creates a new Service for the Network Firewall Policy.Future<CreateServiceResponse>NetworkFirewallAsyncClient. createService(CreateServiceRequest request, AsyncHandler<CreateServiceRequest,CreateServiceResponse> handler)
- 
Uses of CreateServiceRequest in com.oracle.bmc.networkfirewall.requestsMethods in com.oracle.bmc.networkfirewall.requests that return CreateServiceRequest Modifier and Type Method Description CreateServiceRequestCreateServiceRequest.Builder. build()Build the instance of CreateServiceRequest as configured by this builderCreateServiceRequestCreateServiceRequest.Builder. buildWithoutInvocationCallback()Build the instance of CreateServiceRequest as configured by this builderMethods in com.oracle.bmc.networkfirewall.requests with parameters of type CreateServiceRequest Modifier and Type Method Description CreateServiceRequest.BuilderCreateServiceRequest.Builder. copy(CreateServiceRequest o)Copy method to populate the builder with values from the given instance.
 
-