Uses of Class
com.oracle.bmc.networkfirewall.responses.ListUrlListsResponse
-
Packages that use ListUrlListsResponse Package Description com.oracle.bmc.networkfirewall com.oracle.bmc.networkfirewall.responses -
-
Uses of ListUrlListsResponse in com.oracle.bmc.networkfirewall
Methods in com.oracle.bmc.networkfirewall that return ListUrlListsResponse Modifier and Type Method Description ListUrlListsResponseNetworkFirewall. listUrlLists(ListUrlListsRequest request)Returns a list of URL lists for the Network Firewall Policy.ListUrlListsResponseNetworkFirewallClient. listUrlLists(ListUrlListsRequest request)Methods in com.oracle.bmc.networkfirewall that return types with arguments of type ListUrlListsResponse Modifier and Type Method Description Future<ListUrlListsResponse>NetworkFirewallAsync. listUrlLists(ListUrlListsRequest request, AsyncHandler<ListUrlListsRequest,ListUrlListsResponse> handler)Returns a list of URL lists for the Network Firewall Policy.Future<ListUrlListsResponse>NetworkFirewallAsyncClient. listUrlLists(ListUrlListsRequest request, AsyncHandler<ListUrlListsRequest,ListUrlListsResponse> handler)Iterable<ListUrlListsResponse>NetworkFirewallPaginators. listUrlListsResponseIterator(ListUrlListsRequest request)Creates a new iterable which will iterate over the responses received from the listUrlLists operation.Method parameters in com.oracle.bmc.networkfirewall with type arguments of type ListUrlListsResponse Modifier and Type Method Description Future<ListUrlListsResponse>NetworkFirewallAsync. listUrlLists(ListUrlListsRequest request, AsyncHandler<ListUrlListsRequest,ListUrlListsResponse> handler)Returns a list of URL lists for the Network Firewall Policy.Future<ListUrlListsResponse>NetworkFirewallAsyncClient. listUrlLists(ListUrlListsRequest request, AsyncHandler<ListUrlListsRequest,ListUrlListsResponse> handler) -
Uses of ListUrlListsResponse in com.oracle.bmc.networkfirewall.responses
Methods in com.oracle.bmc.networkfirewall.responses that return ListUrlListsResponse Modifier and Type Method Description ListUrlListsResponseListUrlListsResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.networkfirewall.responses with parameters of type ListUrlListsResponse Modifier and Type Method Description ListUrlListsResponse.BuilderListUrlListsResponse.Builder. copy(ListUrlListsResponse o)Copy method to populate the builder with values from the given instance.
-