Uses of Class
com.oracle.bmc.networkfirewall.requests.ListUrlListsRequest
-
Packages that use ListUrlListsRequest Package Description com.oracle.bmc.networkfirewall com.oracle.bmc.networkfirewall.requests -
-
Uses of ListUrlListsRequest in com.oracle.bmc.networkfirewall
Methods in com.oracle.bmc.networkfirewall with parameters of type ListUrlListsRequest Modifier and Type Method Description ListUrlListsResponse
NetworkFirewall. listUrlLists(ListUrlListsRequest request)
Returns a list of URL lists for the Network Firewall Policy.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)
ListUrlListsResponse
NetworkFirewallClient. listUrlLists(ListUrlListsRequest request)
Iterable<UrlListSummary>
NetworkFirewallPaginators. listUrlListsRecordIterator(ListUrlListsRequest request)
Creates a new iterable which will iterate over theUrlListSummary
objects contained in responses from the listUrlLists operation.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 ListUrlListsRequest 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 ListUrlListsRequest in com.oracle.bmc.networkfirewall.requests
Methods in com.oracle.bmc.networkfirewall.requests that return ListUrlListsRequest Modifier and Type Method Description ListUrlListsRequest
ListUrlListsRequest.Builder. build()
Build the instance of ListUrlListsRequest as configured by this builderListUrlListsRequest
ListUrlListsRequest.Builder. buildWithoutInvocationCallback()
Build the instance of ListUrlListsRequest as configured by this builderMethods in com.oracle.bmc.networkfirewall.requests with parameters of type ListUrlListsRequest Modifier and Type Method Description ListUrlListsRequest.Builder
ListUrlListsRequest.Builder. copy(ListUrlListsRequest o)
Copy method to populate the builder with values from the given instance.
-