Uses of Class
com.oracle.bmc.networkfirewall.requests.UpdateUrlListRequest
-
Packages that use UpdateUrlListRequest Package Description com.oracle.bmc.networkfirewall com.oracle.bmc.networkfirewall.requests -
-
Uses of UpdateUrlListRequest in com.oracle.bmc.networkfirewall
Methods in com.oracle.bmc.networkfirewall with parameters of type UpdateUrlListRequest Modifier and Type Method Description UpdateUrlListResponse
NetworkFirewall. updateUrlList(UpdateUrlListRequest request)
Updates the Url list with the given name in the network firewall policy.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)
UpdateUrlListResponse
NetworkFirewallClient. updateUrlList(UpdateUrlListRequest request)
Method parameters in com.oracle.bmc.networkfirewall with type arguments of type UpdateUrlListRequest 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 UpdateUrlListRequest in com.oracle.bmc.networkfirewall.requests
Methods in com.oracle.bmc.networkfirewall.requests that return UpdateUrlListRequest Modifier and Type Method Description UpdateUrlListRequest
UpdateUrlListRequest.Builder. build()
Build the instance of UpdateUrlListRequest as configured by this builderUpdateUrlListRequest
UpdateUrlListRequest.Builder. buildWithoutInvocationCallback()
Build the instance of UpdateUrlListRequest as configured by this builderMethods in com.oracle.bmc.networkfirewall.requests with parameters of type UpdateUrlListRequest Modifier and Type Method Description UpdateUrlListRequest.Builder
UpdateUrlListRequest.Builder. copy(UpdateUrlListRequest o)
Copy method to populate the builder with values from the given instance.
-