Uses of Class
com.oracle.bmc.networkfirewall.responses.UpdateServiceListResponse
-
Packages that use UpdateServiceListResponse Package Description com.oracle.bmc.networkfirewall com.oracle.bmc.networkfirewall.responses -
-
Uses of UpdateServiceListResponse in com.oracle.bmc.networkfirewall
Methods in com.oracle.bmc.networkfirewall that return UpdateServiceListResponse Modifier and Type Method Description UpdateServiceListResponse
NetworkFirewall. updateServiceList(UpdateServiceListRequest request)
Updates the ServiceList with the given name in the network firewall policy.UpdateServiceListResponse
NetworkFirewallClient. updateServiceList(UpdateServiceListRequest request)
Methods in com.oracle.bmc.networkfirewall that return types with arguments of type UpdateServiceListResponse Modifier and Type Method Description Future<UpdateServiceListResponse>
NetworkFirewallAsync. updateServiceList(UpdateServiceListRequest request, AsyncHandler<UpdateServiceListRequest,UpdateServiceListResponse> handler)
Updates the ServiceList with the given name in the network firewall policy.Future<UpdateServiceListResponse>
NetworkFirewallAsyncClient. updateServiceList(UpdateServiceListRequest request, AsyncHandler<UpdateServiceListRequest,UpdateServiceListResponse> handler)
Method parameters in com.oracle.bmc.networkfirewall with type arguments of type UpdateServiceListResponse Modifier and Type Method Description Future<UpdateServiceListResponse>
NetworkFirewallAsync. updateServiceList(UpdateServiceListRequest request, AsyncHandler<UpdateServiceListRequest,UpdateServiceListResponse> handler)
Updates the ServiceList with the given name in the network firewall policy.Future<UpdateServiceListResponse>
NetworkFirewallAsyncClient. updateServiceList(UpdateServiceListRequest request, AsyncHandler<UpdateServiceListRequest,UpdateServiceListResponse> handler)
-
Uses of UpdateServiceListResponse in com.oracle.bmc.networkfirewall.responses
Methods in com.oracle.bmc.networkfirewall.responses that return UpdateServiceListResponse Modifier and Type Method Description UpdateServiceListResponse
UpdateServiceListResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.networkfirewall.responses with parameters of type UpdateServiceListResponse Modifier and Type Method Description UpdateServiceListResponse.Builder
UpdateServiceListResponse.Builder. copy(UpdateServiceListResponse o)
Copy method to populate the builder with values from the given instance.
-