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.networkfirewall
Methods in com.oracle.bmc.networkfirewall that return DeleteUrlListResponse Modifier and Type Method Description DeleteUrlListResponse
NetworkFirewall. deleteUrlList(DeleteUrlListRequest request)
Deletes a Url List resource with the given identifier.DeleteUrlListResponse
NetworkFirewallClient. 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.responses
Methods in com.oracle.bmc.networkfirewall.responses that return DeleteUrlListResponse Modifier and Type Method Description DeleteUrlListResponse
DeleteUrlListResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.networkfirewall.responses with parameters of type DeleteUrlListResponse Modifier and Type Method Description DeleteUrlListResponse.Builder
DeleteUrlListResponse.Builder. copy(DeleteUrlListResponse o)
Copy method to populate the builder with values from the given instance.
-