Uses of Class
com.oracle.bmc.loganalytics.responses.UpdateLookupResponse
-
Packages that use UpdateLookupResponse Package Description com.oracle.bmc.loganalytics com.oracle.bmc.loganalytics.responses -
-
Uses of UpdateLookupResponse in com.oracle.bmc.loganalytics
Methods in com.oracle.bmc.loganalytics that return UpdateLookupResponse Modifier and Type Method Description UpdateLookupResponse
LogAnalytics. updateLookup(UpdateLookupRequest request)
Updates the metadata of the specified lookup, such as the lookup description.UpdateLookupResponse
LogAnalyticsClient. updateLookup(UpdateLookupRequest request)
Methods in com.oracle.bmc.loganalytics that return types with arguments of type UpdateLookupResponse Modifier and Type Method Description Future<UpdateLookupResponse>
LogAnalyticsAsync. updateLookup(UpdateLookupRequest request, AsyncHandler<UpdateLookupRequest,UpdateLookupResponse> handler)
Updates the metadata of the specified lookup, such as the lookup description.Future<UpdateLookupResponse>
LogAnalyticsAsyncClient. updateLookup(UpdateLookupRequest request, AsyncHandler<UpdateLookupRequest,UpdateLookupResponse> handler)
Method parameters in com.oracle.bmc.loganalytics with type arguments of type UpdateLookupResponse Modifier and Type Method Description Future<UpdateLookupResponse>
LogAnalyticsAsync. updateLookup(UpdateLookupRequest request, AsyncHandler<UpdateLookupRequest,UpdateLookupResponse> handler)
Updates the metadata of the specified lookup, such as the lookup description.Future<UpdateLookupResponse>
LogAnalyticsAsyncClient. updateLookup(UpdateLookupRequest request, AsyncHandler<UpdateLookupRequest,UpdateLookupResponse> handler)
-
Uses of UpdateLookupResponse in com.oracle.bmc.loganalytics.responses
Methods in com.oracle.bmc.loganalytics.responses that return UpdateLookupResponse Modifier and Type Method Description UpdateLookupResponse
UpdateLookupResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.loganalytics.responses with parameters of type UpdateLookupResponse Modifier and Type Method Description UpdateLookupResponse.Builder
UpdateLookupResponse.Builder. copy(UpdateLookupResponse o)
Copy method to populate the builder with values from the given instance.
-