Uses of Class
com.oracle.bmc.networkfirewall.responses.ListAddressListsResponse
-
Packages that use ListAddressListsResponse Package Description com.oracle.bmc.networkfirewall com.oracle.bmc.networkfirewall.responses -
-
Uses of ListAddressListsResponse in com.oracle.bmc.networkfirewall
Methods in com.oracle.bmc.networkfirewall that return ListAddressListsResponse Modifier and Type Method Description ListAddressListsResponse
NetworkFirewall. listAddressLists(ListAddressListsRequest request)
Returns a list of Network Firewall Policies.ListAddressListsResponse
NetworkFirewallClient. listAddressLists(ListAddressListsRequest request)
Methods in com.oracle.bmc.networkfirewall that return types with arguments of type ListAddressListsResponse 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)
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 ListAddressListsResponse 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 ListAddressListsResponse in com.oracle.bmc.networkfirewall.responses
Methods in com.oracle.bmc.networkfirewall.responses that return ListAddressListsResponse Modifier and Type Method Description ListAddressListsResponse
ListAddressListsResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.networkfirewall.responses with parameters of type ListAddressListsResponse Modifier and Type Method Description ListAddressListsResponse.Builder
ListAddressListsResponse.Builder. copy(ListAddressListsResponse o)
Copy method to populate the builder with values from the given instance.
-