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