Uses of Class
com.oracle.bmc.networkfirewall.requests.ListAddressListsRequest
-
Packages that use ListAddressListsRequest Package Description com.oracle.bmc.networkfirewall com.oracle.bmc.networkfirewall.requests -
-
Uses of ListAddressListsRequest in com.oracle.bmc.networkfirewall
Methods in com.oracle.bmc.networkfirewall with parameters of type ListAddressListsRequest Modifier and Type Method Description ListAddressListsResponse
NetworkFirewall. listAddressLists(ListAddressListsRequest request)
Returns a list of Network Firewall Policies.Future<ListAddressListsResponse>
NetworkFirewallAsync. listAddressLists(ListAddressListsRequest request, AsyncHandler<ListAddressListsRequest,ListAddressListsResponse> handler)
Returns a list of Network Firewall Policies.Future<ListAddressListsResponse>
NetworkFirewallAsyncClient. listAddressLists(ListAddressListsRequest request, AsyncHandler<ListAddressListsRequest,ListAddressListsResponse> handler)
ListAddressListsResponse
NetworkFirewallClient. listAddressLists(ListAddressListsRequest request)
Iterable<AddressListSummary>
NetworkFirewallPaginators. listAddressListsRecordIterator(ListAddressListsRequest request)
Creates a new iterable which will iterate over theAddressListSummary
objects contained in responses from the listAddressLists operation.Iterable<ListAddressListsResponse>
NetworkFirewallPaginators. listAddressListsResponseIterator(ListAddressListsRequest request)
Creates a new iterable which will iterate over the responses received from the listAddressLists operation.Method parameters in com.oracle.bmc.networkfirewall with type arguments of type ListAddressListsRequest Modifier and Type Method Description Future<ListAddressListsResponse>
NetworkFirewallAsync. listAddressLists(ListAddressListsRequest request, AsyncHandler<ListAddressListsRequest,ListAddressListsResponse> handler)
Returns a list of Network Firewall Policies.Future<ListAddressListsResponse>
NetworkFirewallAsyncClient. listAddressLists(ListAddressListsRequest request, AsyncHandler<ListAddressListsRequest,ListAddressListsResponse> handler)
-
Uses of ListAddressListsRequest in com.oracle.bmc.networkfirewall.requests
Methods in com.oracle.bmc.networkfirewall.requests that return ListAddressListsRequest Modifier and Type Method Description ListAddressListsRequest
ListAddressListsRequest.Builder. build()
Build the instance of ListAddressListsRequest as configured by this builderListAddressListsRequest
ListAddressListsRequest.Builder. buildWithoutInvocationCallback()
Build the instance of ListAddressListsRequest as configured by this builderMethods in com.oracle.bmc.networkfirewall.requests with parameters of type ListAddressListsRequest Modifier and Type Method Description ListAddressListsRequest.Builder
ListAddressListsRequest.Builder. copy(ListAddressListsRequest o)
Copy method to populate the builder with values from the given instance.
-