Uses of Class
com.oracle.bmc.networkfirewall.responses.DeleteUrlListResponse
- 
Packages that use DeleteUrlListResponse Package Description com.oracle.bmc.networkfirewall com.oracle.bmc.networkfirewall.responses 
- 
- 
Uses of DeleteUrlListResponse in com.oracle.bmc.networkfirewallMethods in com.oracle.bmc.networkfirewall that return DeleteUrlListResponse Modifier and Type Method Description DeleteUrlListResponseNetworkFirewall. deleteUrlList(DeleteUrlListRequest request)Deletes a Url List resource with the given identifier.DeleteUrlListResponseNetworkFirewallClient. deleteUrlList(DeleteUrlListRequest request)Methods in com.oracle.bmc.networkfirewall that return types with arguments of type DeleteUrlListResponse Modifier and Type Method Description Future<DeleteUrlListResponse>NetworkFirewallAsync. deleteUrlList(DeleteUrlListRequest request, AsyncHandler<DeleteUrlListRequest,DeleteUrlListResponse> handler)Deletes a Url List resource with the given identifier.Future<DeleteUrlListResponse>NetworkFirewallAsyncClient. deleteUrlList(DeleteUrlListRequest request, AsyncHandler<DeleteUrlListRequest,DeleteUrlListResponse> handler)Method parameters in com.oracle.bmc.networkfirewall with type arguments of type DeleteUrlListResponse Modifier and Type Method Description Future<DeleteUrlListResponse>NetworkFirewallAsync. deleteUrlList(DeleteUrlListRequest request, AsyncHandler<DeleteUrlListRequest,DeleteUrlListResponse> handler)Deletes a Url List resource with the given identifier.Future<DeleteUrlListResponse>NetworkFirewallAsyncClient. deleteUrlList(DeleteUrlListRequest request, AsyncHandler<DeleteUrlListRequest,DeleteUrlListResponse> handler)
- 
Uses of DeleteUrlListResponse in com.oracle.bmc.networkfirewall.responsesMethods in com.oracle.bmc.networkfirewall.responses that return DeleteUrlListResponse Modifier and Type Method Description DeleteUrlListResponseDeleteUrlListResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.networkfirewall.responses with parameters of type DeleteUrlListResponse Modifier and Type Method Description DeleteUrlListResponse.BuilderDeleteUrlListResponse.Builder. copy(DeleteUrlListResponse o)Copy method to populate the builder with values from the given instance.
 
-