Uses of Class
com.oracle.bmc.loganalytics.requests.AppendLookupDataRequest
- 
Packages that use AppendLookupDataRequest Package Description com.oracle.bmc.loganalytics com.oracle.bmc.loganalytics.requests 
- 
- 
Uses of AppendLookupDataRequest in com.oracle.bmc.loganalyticsMethods in com.oracle.bmc.loganalytics with parameters of type AppendLookupDataRequest Modifier and Type Method Description AppendLookupDataResponseLogAnalytics. appendLookupData(AppendLookupDataRequest request)Appends data to the lookup content.Future<AppendLookupDataResponse>LogAnalyticsAsync. appendLookupData(AppendLookupDataRequest request, AsyncHandler<AppendLookupDataRequest,AppendLookupDataResponse> handler)Appends data to the lookup content.Future<AppendLookupDataResponse>LogAnalyticsAsyncClient. appendLookupData(AppendLookupDataRequest request, AsyncHandler<AppendLookupDataRequest,AppendLookupDataResponse> handler)AppendLookupDataResponseLogAnalyticsClient. appendLookupData(AppendLookupDataRequest request)Method parameters in com.oracle.bmc.loganalytics with type arguments of type AppendLookupDataRequest Modifier and Type Method Description Future<AppendLookupDataResponse>LogAnalyticsAsync. appendLookupData(AppendLookupDataRequest request, AsyncHandler<AppendLookupDataRequest,AppendLookupDataResponse> handler)Appends data to the lookup content.Future<AppendLookupDataResponse>LogAnalyticsAsyncClient. appendLookupData(AppendLookupDataRequest request, AsyncHandler<AppendLookupDataRequest,AppendLookupDataResponse> handler)
- 
Uses of AppendLookupDataRequest in com.oracle.bmc.loganalytics.requestsMethods in com.oracle.bmc.loganalytics.requests that return AppendLookupDataRequest Modifier and Type Method Description AppendLookupDataRequestAppendLookupDataRequest.Builder. build()Build the instance of AppendLookupDataRequest as configured by this builderAppendLookupDataRequestAppendLookupDataRequest.Builder. buildWithoutInvocationCallback()Build the instance of AppendLookupDataRequest as configured by this builderMethods in com.oracle.bmc.loganalytics.requests with parameters of type AppendLookupDataRequest Modifier and Type Method Description AppendLookupDataRequest.BuilderAppendLookupDataRequest.Builder. copy(AppendLookupDataRequest o)Copy method to populate the builder with values from the given instance.
 
-