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.loganalytics
Methods in com.oracle.bmc.loganalytics with parameters of type AppendLookupDataRequest Modifier and Type Method Description AppendLookupDataResponse
LogAnalytics. 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)
AppendLookupDataResponse
LogAnalyticsClient. 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.requests
Methods in com.oracle.bmc.loganalytics.requests that return AppendLookupDataRequest Modifier and Type Method Description AppendLookupDataRequest
AppendLookupDataRequest.Builder. build()
Build the instance of AppendLookupDataRequest as configured by this builderAppendLookupDataRequest
AppendLookupDataRequest.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.Builder
AppendLookupDataRequest.Builder. copy(AppendLookupDataRequest o)
Copy method to populate the builder with values from the given instance.
-