Uses of Class
com.oracle.bmc.loganalytics.responses.ListLookupsResponse
-
Packages that use ListLookupsResponse Package Description com.oracle.bmc.loganalytics com.oracle.bmc.loganalytics.responses -
-
Uses of ListLookupsResponse in com.oracle.bmc.loganalytics
Methods in com.oracle.bmc.loganalytics that return ListLookupsResponse Modifier and Type Method Description ListLookupsResponseLogAnalytics. listLookups(ListLookupsRequest request)Returns a list of lookups, containing detailed information about them.ListLookupsResponseLogAnalyticsClient. listLookups(ListLookupsRequest request)Methods in com.oracle.bmc.loganalytics that return types with arguments of type ListLookupsResponse 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)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 ListLookupsResponse 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 ListLookupsResponse in com.oracle.bmc.loganalytics.responses
Methods in com.oracle.bmc.loganalytics.responses that return ListLookupsResponse Modifier and Type Method Description ListLookupsResponseListLookupsResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.loganalytics.responses with parameters of type ListLookupsResponse Modifier and Type Method Description ListLookupsResponse.BuilderListLookupsResponse.Builder. copy(ListLookupsResponse o)Copy method to populate the builder with values from the given instance.
-