| Package | Description |
|---|---|
| com.oracle.bmc.loganalytics | |
| com.oracle.bmc.loganalytics.requests |
| Modifier and Type | Method and Description |
|---|---|
SuggestResponse |
LogAnalyticsClient.suggest(SuggestRequest request) |
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.
|
Future<SuggestResponse> |
LogAnalyticsAsync.suggest(SuggestRequest request,
com.oracle.bmc.responses.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.
|
Future<SuggestResponse> |
LogAnalyticsAsyncClient.suggest(SuggestRequest request,
com.oracle.bmc.responses.AsyncHandler<SuggestRequest,SuggestResponse> handler) |
| Modifier and Type | Method and Description |
|---|---|
Future<SuggestResponse> |
LogAnalyticsAsync.suggest(SuggestRequest request,
com.oracle.bmc.responses.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.
|
Future<SuggestResponse> |
LogAnalyticsAsyncClient.suggest(SuggestRequest request,
com.oracle.bmc.responses.AsyncHandler<SuggestRequest,SuggestResponse> handler) |
| Modifier and Type | Method and Description |
|---|---|
SuggestRequest |
SuggestRequest.Builder.build()
Build the instance of SuggestRequest as configured by this builder
|
SuggestRequest |
SuggestRequest.Builder.buildWithoutInvocationCallback() |
| 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–2021. All rights reserved.