Package | Description |
---|---|
com.oracle.bmc.loganalytics | |
com.oracle.bmc.loganalytics.requests |
Modifier and Type | Method and Description |
---|---|
SuggestResponse |
LogAnalytics.suggest(SuggestRequest request)
Returns a context specific list of either commands, fields, or values to append to the end of
the specified query string if applicable.
|
SuggestResponse |
LogAnalyticsClient.suggest(SuggestRequest request) |
Future<SuggestResponse> |
LogAnalyticsAsyncClient.suggest(SuggestRequest request,
AsyncHandler<SuggestRequest,SuggestResponse> handler) |
Future<SuggestResponse> |
LogAnalyticsAsync.suggest(SuggestRequest request,
AsyncHandler<SuggestRequest,SuggestResponse> handler)
Returns a context specific list of either commands, fields, or values to append to the end of
the specified query string if applicable.
|
Modifier and Type | Method and Description |
---|---|
Future<SuggestResponse> |
LogAnalyticsAsyncClient.suggest(SuggestRequest request,
AsyncHandler<SuggestRequest,SuggestResponse> handler) |
Future<SuggestResponse> |
LogAnalyticsAsync.suggest(SuggestRequest request,
AsyncHandler<SuggestRequest,SuggestResponse> handler)
Returns a context specific list of either commands, fields, or values to append to the end of
the specified query string if applicable.
|
Modifier and Type | Method and Description |
---|---|
SuggestRequest |
SuggestRequest.Builder.build()
Build the instance of SuggestRequest as configured by this builder
|
SuggestRequest |
SuggestRequest.Builder.buildWithoutInvocationCallback()
Build the instance of SuggestRequest as configured by this builder
|
Modifier and Type | Method and Description |
---|---|
SuggestRequest.Builder |
SuggestRequest.Builder.copy(SuggestRequest o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2024. All rights reserved.