Uses of Class
com.oracle.bmc.networkfirewall.responses.ListServiceListsResponse
-
Packages that use ListServiceListsResponse Package Description com.oracle.bmc.networkfirewall com.oracle.bmc.networkfirewall.responses -
-
Uses of ListServiceListsResponse in com.oracle.bmc.networkfirewall
Methods in com.oracle.bmc.networkfirewall that return ListServiceListsResponse Modifier and Type Method Description ListServiceListsResponse
NetworkFirewall. listServiceLists(ListServiceListsRequest request)
Returns a list of ServiceLists for the policy.ListServiceListsResponse
NetworkFirewallClient. listServiceLists(ListServiceListsRequest request)
Methods in com.oracle.bmc.networkfirewall that return types with arguments of type ListServiceListsResponse Modifier and Type Method Description Future<ListServiceListsResponse>
NetworkFirewallAsync. listServiceLists(ListServiceListsRequest request, AsyncHandler<ListServiceListsRequest,ListServiceListsResponse> handler)
Returns a list of ServiceLists for the policy.Future<ListServiceListsResponse>
NetworkFirewallAsyncClient. listServiceLists(ListServiceListsRequest request, AsyncHandler<ListServiceListsRequest,ListServiceListsResponse> handler)
Iterable<ListServiceListsResponse>
NetworkFirewallPaginators. listServiceListsResponseIterator(ListServiceListsRequest request)
Creates a new iterable which will iterate over the responses received from the listServiceLists operation.Method parameters in com.oracle.bmc.networkfirewall with type arguments of type ListServiceListsResponse Modifier and Type Method Description Future<ListServiceListsResponse>
NetworkFirewallAsync. listServiceLists(ListServiceListsRequest request, AsyncHandler<ListServiceListsRequest,ListServiceListsResponse> handler)
Returns a list of ServiceLists for the policy.Future<ListServiceListsResponse>
NetworkFirewallAsyncClient. listServiceLists(ListServiceListsRequest request, AsyncHandler<ListServiceListsRequest,ListServiceListsResponse> handler)
-
Uses of ListServiceListsResponse in com.oracle.bmc.networkfirewall.responses
Methods in com.oracle.bmc.networkfirewall.responses that return ListServiceListsResponse Modifier and Type Method Description ListServiceListsResponse
ListServiceListsResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.networkfirewall.responses with parameters of type ListServiceListsResponse Modifier and Type Method Description ListServiceListsResponse.Builder
ListServiceListsResponse.Builder. copy(ListServiceListsResponse o)
Copy method to populate the builder with values from the given instance.
-