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 ListServiceListsResponseNetworkFirewall. 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)ListServiceListsResponseNetworkFirewallClient. listServiceLists(ListServiceListsRequest request)Iterable<ServiceListSummary>NetworkFirewallPaginators. listServiceListsRecordIterator(ListServiceListsRequest request)Creates a new iterable which will iterate over theServiceListSummaryobjects 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 ListServiceListsRequestListServiceListsRequest.Builder. build()Build the instance of ListServiceListsRequest as configured by this builderListServiceListsRequestListServiceListsRequest.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.BuilderListServiceListsRequest.Builder. copy(ListServiceListsRequest o)Copy method to populate the builder with values from the given instance.
-