Uses of Class
com.oracle.bmc.loganalytics.requests.UpdateLookupRequest
-
Packages that use UpdateLookupRequest Package Description com.oracle.bmc.loganalytics com.oracle.bmc.loganalytics.requests -
-
Uses of UpdateLookupRequest in com.oracle.bmc.loganalytics
Methods in com.oracle.bmc.loganalytics with parameters of type UpdateLookupRequest Modifier and Type Method Description UpdateLookupResponse
LogAnalytics. updateLookup(UpdateLookupRequest request)
Updates the metadata of the specified lookup, such as the lookup 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)
UpdateLookupResponse
LogAnalyticsClient. updateLookup(UpdateLookupRequest request)
Method parameters in com.oracle.bmc.loganalytics with type arguments of type UpdateLookupRequest 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 UpdateLookupRequest in com.oracle.bmc.loganalytics.requests
Methods in com.oracle.bmc.loganalytics.requests that return UpdateLookupRequest Modifier and Type Method Description UpdateLookupRequest
UpdateLookupRequest.Builder. build()
Build the instance of UpdateLookupRequest as configured by this builderUpdateLookupRequest
UpdateLookupRequest.Builder. buildWithoutInvocationCallback()
Build the instance of UpdateLookupRequest as configured by this builderMethods in com.oracle.bmc.loganalytics.requests with parameters of type UpdateLookupRequest Modifier and Type Method Description UpdateLookupRequest.Builder
UpdateLookupRequest.Builder. copy(UpdateLookupRequest o)
Copy method to populate the builder with values from the given instance.
-