Uses of Class
com.oracle.bmc.networkfirewall.responses.UpdateServiceResponse
-
Packages that use UpdateServiceResponse Package Description com.oracle.bmc.networkfirewall com.oracle.bmc.networkfirewall.responses -
-
Uses of UpdateServiceResponse in com.oracle.bmc.networkfirewall
Methods in com.oracle.bmc.networkfirewall that return UpdateServiceResponse Modifier and Type Method Description UpdateServiceResponse
NetworkFirewall. updateService(UpdateServiceRequest request)
Updates the Service with the given name in the network firewall policy.UpdateServiceResponse
NetworkFirewallClient. updateService(UpdateServiceRequest request)
Methods in com.oracle.bmc.networkfirewall that return types with arguments of type UpdateServiceResponse 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)
Method parameters in com.oracle.bmc.networkfirewall with type arguments of type UpdateServiceResponse 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 UpdateServiceResponse in com.oracle.bmc.networkfirewall.responses
Methods in com.oracle.bmc.networkfirewall.responses that return UpdateServiceResponse Modifier and Type Method Description UpdateServiceResponse
UpdateServiceResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.networkfirewall.responses with parameters of type UpdateServiceResponse Modifier and Type Method Description UpdateServiceResponse.Builder
UpdateServiceResponse.Builder. copy(UpdateServiceResponse o)
Copy method to populate the builder with values from the given instance.
-