Uses of Class
com.oracle.bmc.loganalytics.requests.ListLookupsRequest
-
Packages that use ListLookupsRequest Package Description com.oracle.bmc.loganalytics com.oracle.bmc.loganalytics.requests -
-
Uses of ListLookupsRequest in com.oracle.bmc.loganalytics
Methods in com.oracle.bmc.loganalytics with parameters of type ListLookupsRequest Modifier and Type Method Description ListLookupsResponseLogAnalytics. listLookups(ListLookupsRequest request)Returns a list of lookups, containing detailed information about them.Future<ListLookupsResponse>LogAnalyticsAsync. listLookups(ListLookupsRequest request, AsyncHandler<ListLookupsRequest,ListLookupsResponse> handler)Returns a list of lookups, containing detailed information about them.Future<ListLookupsResponse>LogAnalyticsAsyncClient. listLookups(ListLookupsRequest request, AsyncHandler<ListLookupsRequest,ListLookupsResponse> handler)ListLookupsResponseLogAnalyticsClient. listLookups(ListLookupsRequest request)Iterable<LogAnalyticsLookup>LogAnalyticsPaginators. listLookupsRecordIterator(ListLookupsRequest request)Creates a new iterable which will iterate over theLogAnalyticsLookupobjects contained in responses from the listLookups operation.Iterable<ListLookupsResponse>LogAnalyticsPaginators. listLookupsResponseIterator(ListLookupsRequest request)Creates a new iterable which will iterate over the responses received from the listLookups operation.Method parameters in com.oracle.bmc.loganalytics with type arguments of type ListLookupsRequest Modifier and Type Method Description Future<ListLookupsResponse>LogAnalyticsAsync. listLookups(ListLookupsRequest request, AsyncHandler<ListLookupsRequest,ListLookupsResponse> handler)Returns a list of lookups, containing detailed information about them.Future<ListLookupsResponse>LogAnalyticsAsyncClient. listLookups(ListLookupsRequest request, AsyncHandler<ListLookupsRequest,ListLookupsResponse> handler) -
Uses of ListLookupsRequest in com.oracle.bmc.loganalytics.requests
Methods in com.oracle.bmc.loganalytics.requests that return ListLookupsRequest Modifier and Type Method Description ListLookupsRequestListLookupsRequest.Builder. build()Build the instance of ListLookupsRequest as configured by this builderListLookupsRequestListLookupsRequest.Builder. buildWithoutInvocationCallback()Build the instance of ListLookupsRequest as configured by this builderMethods in com.oracle.bmc.loganalytics.requests with parameters of type ListLookupsRequest Modifier and Type Method Description ListLookupsRequest.BuilderListLookupsRequest.Builder. copy(ListLookupsRequest o)Copy method to populate the builder with values from the given instance.
-