Uses of Class
com.oracle.bmc.loganalytics.responses.AppendLookupDataResponse
- 
Packages that use AppendLookupDataResponse Package Description com.oracle.bmc.loganalytics com.oracle.bmc.loganalytics.responses 
- 
- 
Uses of AppendLookupDataResponse in com.oracle.bmc.loganalyticsMethods in com.oracle.bmc.loganalytics that return AppendLookupDataResponse Modifier and Type Method Description AppendLookupDataResponseLogAnalytics. appendLookupData(AppendLookupDataRequest request)Appends data to the lookup content.AppendLookupDataResponseLogAnalyticsClient. appendLookupData(AppendLookupDataRequest request)Methods in com.oracle.bmc.loganalytics that return types with arguments of type AppendLookupDataResponse 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)Method parameters in com.oracle.bmc.loganalytics with type arguments of type AppendLookupDataResponse 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 AppendLookupDataResponse in com.oracle.bmc.loganalytics.responsesMethods in com.oracle.bmc.loganalytics.responses that return AppendLookupDataResponse Modifier and Type Method Description AppendLookupDataResponseAppendLookupDataResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.loganalytics.responses with parameters of type AppendLookupDataResponse Modifier and Type Method Description AppendLookupDataResponse.BuilderAppendLookupDataResponse.Builder. copy(AppendLookupDataResponse o)Copy method to populate the builder with values from the given instance.
 
-