Uses of Class
com.oracle.bmc.networkfirewall.requests.ListServiceListsRequest
-
Packages that use ListServiceListsRequest Package Description com.oracle.bmc.networkfirewall com.oracle.bmc.networkfirewall.requests -
-
Uses of ListServiceListsRequest in com.oracle.bmc.networkfirewall
Methods in com.oracle.bmc.networkfirewall with parameters of type ListServiceListsRequest Modifier and Type Method Description ListServiceListsResponse
NetworkFirewall. listServiceLists(ListServiceListsRequest request)
Returns a list of ServiceLists for the policy.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)
ListServiceListsResponse
NetworkFirewallClient. listServiceLists(ListServiceListsRequest request)
Iterable<ServiceListSummary>
NetworkFirewallPaginators. listServiceListsRecordIterator(ListServiceListsRequest request)
Creates a new iterable which will iterate over theServiceListSummary
objects contained in responses from the listServiceLists operation.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 ListServiceListsRequest 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 ListServiceListsRequest in com.oracle.bmc.networkfirewall.requests
Methods in com.oracle.bmc.networkfirewall.requests that return ListServiceListsRequest Modifier and Type Method Description ListServiceListsRequest
ListServiceListsRequest.Builder. build()
Build the instance of ListServiceListsRequest as configured by this builderListServiceListsRequest
ListServiceListsRequest.Builder. buildWithoutInvocationCallback()
Build the instance of ListServiceListsRequest as configured by this builderMethods in com.oracle.bmc.networkfirewall.requests with parameters of type ListServiceListsRequest Modifier and Type Method Description ListServiceListsRequest.Builder
ListServiceListsRequest.Builder. copy(ListServiceListsRequest o)
Copy method to populate the builder with values from the given instance.
-