Uses of Class
com.oracle.bmc.networkfirewall.requests.UpdateServiceRequest
-
Packages that use UpdateServiceRequest Package Description com.oracle.bmc.networkfirewall com.oracle.bmc.networkfirewall.requests -
-
Uses of UpdateServiceRequest in com.oracle.bmc.networkfirewall
Methods in com.oracle.bmc.networkfirewall with parameters of type UpdateServiceRequest Modifier and Type Method Description UpdateServiceResponse
NetworkFirewall. updateService(UpdateServiceRequest request)
Updates the Service with the given name in the network firewall policy.Future<UpdateServiceResponse>
NetworkFirewallAsync. updateService(UpdateServiceRequest request, AsyncHandler<UpdateServiceRequest,UpdateServiceResponse> handler)
Updates the Service with the given name in the network firewall policy.Future<UpdateServiceResponse>
NetworkFirewallAsyncClient. updateService(UpdateServiceRequest request, AsyncHandler<UpdateServiceRequest,UpdateServiceResponse> handler)
UpdateServiceResponse
NetworkFirewallClient. updateService(UpdateServiceRequest request)
Method parameters in com.oracle.bmc.networkfirewall with type arguments of type UpdateServiceRequest Modifier and Type Method Description Future<UpdateServiceResponse>
NetworkFirewallAsync. updateService(UpdateServiceRequest request, AsyncHandler<UpdateServiceRequest,UpdateServiceResponse> handler)
Updates the Service with the given name in the network firewall policy.Future<UpdateServiceResponse>
NetworkFirewallAsyncClient. updateService(UpdateServiceRequest request, AsyncHandler<UpdateServiceRequest,UpdateServiceResponse> handler)
-
Uses of UpdateServiceRequest in com.oracle.bmc.networkfirewall.requests
Methods in com.oracle.bmc.networkfirewall.requests that return UpdateServiceRequest Modifier and Type Method Description UpdateServiceRequest
UpdateServiceRequest.Builder. build()
Build the instance of UpdateServiceRequest as configured by this builderUpdateServiceRequest
UpdateServiceRequest.Builder. buildWithoutInvocationCallback()
Build the instance of UpdateServiceRequest as configured by this builderMethods in com.oracle.bmc.networkfirewall.requests with parameters of type UpdateServiceRequest Modifier and Type Method Description UpdateServiceRequest.Builder
UpdateServiceRequest.Builder. copy(UpdateServiceRequest o)
Copy method to populate the builder with values from the given instance.
-