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.loganalytics
Methods in com.oracle.bmc.loganalytics that return AppendLookupDataResponse Modifier and Type Method Description AppendLookupDataResponse
LogAnalytics. appendLookupData(AppendLookupDataRequest request)
Appends data to the lookup content.AppendLookupDataResponse
LogAnalyticsClient. 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.responses
Methods in com.oracle.bmc.loganalytics.responses that return AppendLookupDataResponse Modifier and Type Method Description AppendLookupDataResponse
AppendLookupDataResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.loganalytics.responses with parameters of type AppendLookupDataResponse Modifier and Type Method Description AppendLookupDataResponse.Builder
AppendLookupDataResponse.Builder. copy(AppendLookupDataResponse o)
Copy method to populate the builder with values from the given instance.
-