Uses of Class
com.oracle.bmc.loganalytics.responses.SuggestResponse
-
Packages that use SuggestResponse Package Description com.oracle.bmc.loganalytics com.oracle.bmc.loganalytics.responses -
-
Uses of SuggestResponse in com.oracle.bmc.loganalytics
Methods in com.oracle.bmc.loganalytics that return SuggestResponse 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.SuggestResponse
LogAnalyticsClient. suggest(SuggestRequest request)
Methods in com.oracle.bmc.loganalytics that return types with arguments of type SuggestResponse 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)
Method parameters in com.oracle.bmc.loganalytics with type arguments of type SuggestResponse 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 SuggestResponse in com.oracle.bmc.loganalytics.responses
Methods in com.oracle.bmc.loganalytics.responses that return SuggestResponse Modifier and Type Method Description SuggestResponse
SuggestResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.loganalytics.responses with parameters of type SuggestResponse Modifier and Type Method Description SuggestResponse.Builder
SuggestResponse.Builder. copy(SuggestResponse o)
Copy method to populate the builder with values from the given instance.
-