Uses of Class
com.oracle.bmc.loganalytics.requests.RecallArchivedDataRequest
-
Packages that use RecallArchivedDataRequest Package Description com.oracle.bmc.loganalytics com.oracle.bmc.loganalytics.requests -
-
Uses of RecallArchivedDataRequest in com.oracle.bmc.loganalytics
Methods in com.oracle.bmc.loganalytics with parameters of type RecallArchivedDataRequest Modifier and Type Method Description RecallArchivedDataResponse
LogAnalytics. recallArchivedData(RecallArchivedDataRequest request)
This API submits a work request to recall archived data based on time interval and data type.Future<RecallArchivedDataResponse>
LogAnalyticsAsync. recallArchivedData(RecallArchivedDataRequest request, AsyncHandler<RecallArchivedDataRequest,RecallArchivedDataResponse> handler)
This API submits a work request to recall archived data based on time interval and data type.Future<RecallArchivedDataResponse>
LogAnalyticsAsyncClient. recallArchivedData(RecallArchivedDataRequest request, AsyncHandler<RecallArchivedDataRequest,RecallArchivedDataResponse> handler)
RecallArchivedDataResponse
LogAnalyticsClient. recallArchivedData(RecallArchivedDataRequest request)
Method parameters in com.oracle.bmc.loganalytics with type arguments of type RecallArchivedDataRequest Modifier and Type Method Description Future<RecallArchivedDataResponse>
LogAnalyticsAsync. recallArchivedData(RecallArchivedDataRequest request, AsyncHandler<RecallArchivedDataRequest,RecallArchivedDataResponse> handler)
This API submits a work request to recall archived data based on time interval and data type.Future<RecallArchivedDataResponse>
LogAnalyticsAsyncClient. recallArchivedData(RecallArchivedDataRequest request, AsyncHandler<RecallArchivedDataRequest,RecallArchivedDataResponse> handler)
-
Uses of RecallArchivedDataRequest in com.oracle.bmc.loganalytics.requests
Methods in com.oracle.bmc.loganalytics.requests that return RecallArchivedDataRequest Modifier and Type Method Description RecallArchivedDataRequest
RecallArchivedDataRequest.Builder. build()
Build the instance of RecallArchivedDataRequest as configured by this builderRecallArchivedDataRequest
RecallArchivedDataRequest.Builder. buildWithoutInvocationCallback()
Build the instance of RecallArchivedDataRequest as configured by this builderMethods in com.oracle.bmc.loganalytics.requests with parameters of type RecallArchivedDataRequest Modifier and Type Method Description RecallArchivedDataRequest.Builder
RecallArchivedDataRequest.Builder. copy(RecallArchivedDataRequest o)
Copy method to populate the builder with values from the given instance.
-