Package | Description |
---|---|
com.oracle.bmc.loganalytics | |
com.oracle.bmc.loganalytics.requests |
Modifier and Type | Method and Description |
---|---|
ListLookupsResponse |
LogAnalyticsClient.listLookups(ListLookupsRequest request) |
ListLookupsResponse |
LogAnalytics.listLookups(ListLookupsRequest request)
Returns a list of lookups, containing detailed information about them.
|
Future<ListLookupsResponse> |
LogAnalyticsAsyncClient.listLookups(ListLookupsRequest request,
AsyncHandler<ListLookupsRequest,ListLookupsResponse> handler) |
Future<ListLookupsResponse> |
LogAnalyticsAsync.listLookups(ListLookupsRequest request,
AsyncHandler<ListLookupsRequest,ListLookupsResponse> handler)
Returns a list of lookups, containing detailed information about them.
|
Iterable<LogAnalyticsLookup> |
LogAnalyticsPaginators.listLookupsRecordIterator(ListLookupsRequest request)
Creates a new iterable which will iterate over the
LogAnalyticsLookup objects 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.
|
Modifier and Type | Method and Description |
---|---|
Future<ListLookupsResponse> |
LogAnalyticsAsyncClient.listLookups(ListLookupsRequest request,
AsyncHandler<ListLookupsRequest,ListLookupsResponse> handler) |
Future<ListLookupsResponse> |
LogAnalyticsAsync.listLookups(ListLookupsRequest request,
AsyncHandler<ListLookupsRequest,ListLookupsResponse> handler)
Returns a list of lookups, containing detailed information about them.
|
Modifier and Type | Method and Description |
---|---|
ListLookupsRequest |
ListLookupsRequest.Builder.build()
Build the instance of ListLookupsRequest as configured by this builder
|
ListLookupsRequest |
ListLookupsRequest.Builder.buildWithoutInvocationCallback()
Build the instance of ListLookupsRequest as configured by this builder
|
Modifier and Type | Method and Description |
---|---|
ListLookupsRequest.Builder |
ListLookupsRequest.Builder.copy(ListLookupsRequest o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2023. All rights reserved.