Uses of Class
com.oracle.bmc.networkfirewall.requests.ListServicesRequest
-
Packages that use ListServicesRequest Package Description com.oracle.bmc.networkfirewall com.oracle.bmc.networkfirewall.requests -
-
Uses of ListServicesRequest in com.oracle.bmc.networkfirewall
Methods in com.oracle.bmc.networkfirewall with parameters of type ListServicesRequest Modifier and Type Method Description ListServicesResponseNetworkFirewall. listServices(ListServicesRequest request)Returns a list of Services for the policy.Future<ListServicesResponse>NetworkFirewallAsync. listServices(ListServicesRequest request, AsyncHandler<ListServicesRequest,ListServicesResponse> handler)Returns a list of Services for the policy.Future<ListServicesResponse>NetworkFirewallAsyncClient. listServices(ListServicesRequest request, AsyncHandler<ListServicesRequest,ListServicesResponse> handler)ListServicesResponseNetworkFirewallClient. listServices(ListServicesRequest request)Iterable<ServiceSummary>NetworkFirewallPaginators. listServicesRecordIterator(ListServicesRequest request)Creates a new iterable which will iterate over theServiceSummaryobjects contained in responses from the listServices operation.Iterable<ListServicesResponse>NetworkFirewallPaginators. listServicesResponseIterator(ListServicesRequest request)Creates a new iterable which will iterate over the responses received from the listServices operation.Method parameters in com.oracle.bmc.networkfirewall with type arguments of type ListServicesRequest Modifier and Type Method Description Future<ListServicesResponse>NetworkFirewallAsync. listServices(ListServicesRequest request, AsyncHandler<ListServicesRequest,ListServicesResponse> handler)Returns a list of Services for the policy.Future<ListServicesResponse>NetworkFirewallAsyncClient. listServices(ListServicesRequest request, AsyncHandler<ListServicesRequest,ListServicesResponse> handler) -
Uses of ListServicesRequest in com.oracle.bmc.networkfirewall.requests
Methods in com.oracle.bmc.networkfirewall.requests that return ListServicesRequest Modifier and Type Method Description ListServicesRequestListServicesRequest.Builder. build()Build the instance of ListServicesRequest as configured by this builderListServicesRequestListServicesRequest.Builder. buildWithoutInvocationCallback()Build the instance of ListServicesRequest as configured by this builderMethods in com.oracle.bmc.networkfirewall.requests with parameters of type ListServicesRequest Modifier and Type Method Description ListServicesRequest.BuilderListServicesRequest.Builder. copy(ListServicesRequest o)Copy method to populate the builder with values from the given instance.
-