Uses of Class
com.oracle.bmc.loganalytics.requests.SuggestRequest
-
Packages that use SuggestRequest Package Description com.oracle.bmc.loganalytics com.oracle.bmc.loganalytics.requests -
-
Uses of SuggestRequest in com.oracle.bmc.loganalytics
Methods in com.oracle.bmc.loganalytics with parameters of type SuggestRequest Modifier and Type Method 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.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.Future<SuggestResponse>
LogAnalyticsAsyncClient. suggest(SuggestRequest request, AsyncHandler<SuggestRequest,SuggestResponse> handler)
SuggestResponse
LogAnalyticsClient. suggest(SuggestRequest request)
Method parameters in com.oracle.bmc.loganalytics with type arguments of type SuggestRequest Modifier and Type Method Description 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.Future<SuggestResponse>
LogAnalyticsAsyncClient. suggest(SuggestRequest request, AsyncHandler<SuggestRequest,SuggestResponse> handler)
-
Uses of SuggestRequest in com.oracle.bmc.loganalytics.requests
Methods in com.oracle.bmc.loganalytics.requests that return SuggestRequest Modifier and Type Method Description SuggestRequest
SuggestRequest.Builder. build()
Build the instance of SuggestRequest as configured by this builderSuggestRequest
SuggestRequest.Builder. buildWithoutInvocationCallback()
Build the instance of SuggestRequest as configured by this builderMethods in com.oracle.bmc.loganalytics.requests with parameters of type SuggestRequest Modifier and Type Method Description SuggestRequest.Builder
SuggestRequest.Builder. copy(SuggestRequest o)
Copy method to populate the builder with values from the given instance.
-