Uses of Class
com.oracle.bmc.loganalytics.requests.UpdateLookupDataRequest
-
Packages that use UpdateLookupDataRequest Package Description com.oracle.bmc.loganalytics com.oracle.bmc.loganalytics.requests -
-
Uses of UpdateLookupDataRequest in com.oracle.bmc.loganalytics
Methods in com.oracle.bmc.loganalytics with parameters of type UpdateLookupDataRequest Modifier and Type Method Description UpdateLookupDataResponse
LogAnalytics. updateLookupData(UpdateLookupDataRequest request)
Updates the lookup content.Future<UpdateLookupDataResponse>
LogAnalyticsAsync. updateLookupData(UpdateLookupDataRequest request, AsyncHandler<UpdateLookupDataRequest,UpdateLookupDataResponse> handler)
Updates the lookup content.Future<UpdateLookupDataResponse>
LogAnalyticsAsyncClient. updateLookupData(UpdateLookupDataRequest request, AsyncHandler<UpdateLookupDataRequest,UpdateLookupDataResponse> handler)
UpdateLookupDataResponse
LogAnalyticsClient. updateLookupData(UpdateLookupDataRequest request)
Method parameters in com.oracle.bmc.loganalytics with type arguments of type UpdateLookupDataRequest Modifier and Type Method Description Future<UpdateLookupDataResponse>
LogAnalyticsAsync. updateLookupData(UpdateLookupDataRequest request, AsyncHandler<UpdateLookupDataRequest,UpdateLookupDataResponse> handler)
Updates the lookup content.Future<UpdateLookupDataResponse>
LogAnalyticsAsyncClient. updateLookupData(UpdateLookupDataRequest request, AsyncHandler<UpdateLookupDataRequest,UpdateLookupDataResponse> handler)
-
Uses of UpdateLookupDataRequest in com.oracle.bmc.loganalytics.requests
Methods in com.oracle.bmc.loganalytics.requests that return UpdateLookupDataRequest Modifier and Type Method Description UpdateLookupDataRequest
UpdateLookupDataRequest.Builder. build()
Build the instance of UpdateLookupDataRequest as configured by this builderUpdateLookupDataRequest
UpdateLookupDataRequest.Builder. buildWithoutInvocationCallback()
Build the instance of UpdateLookupDataRequest as configured by this builderMethods in com.oracle.bmc.loganalytics.requests with parameters of type UpdateLookupDataRequest Modifier and Type Method Description UpdateLookupDataRequest.Builder
UpdateLookupDataRequest.Builder. copy(UpdateLookupDataRequest o)
Copy method to populate the builder with values from the given instance.
-