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.networkfirewall
Methods in com.oracle.bmc.networkfirewall with parameters of type CreateServiceRequest Modifier and Type Method Description CreateServiceResponse
NetworkFirewall. 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)
CreateServiceResponse
NetworkFirewallClient. 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.requests
Methods in com.oracle.bmc.networkfirewall.requests that return CreateServiceRequest Modifier and Type Method Description CreateServiceRequest
CreateServiceRequest.Builder. build()
Build the instance of CreateServiceRequest as configured by this builderCreateServiceRequest
CreateServiceRequest.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.Builder
CreateServiceRequest.Builder. copy(CreateServiceRequest o)
Copy method to populate the builder with values from the given instance.
-