Uses of Class
com.oracle.bmc.loganalytics.responses.RecallArchivedDataResponse
-
Packages that use RecallArchivedDataResponse Package Description com.oracle.bmc.loganalytics com.oracle.bmc.loganalytics.responses -
-
Uses of RecallArchivedDataResponse in com.oracle.bmc.loganalytics
Methods in com.oracle.bmc.loganalytics that return RecallArchivedDataResponse 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.RecallArchivedDataResponse
LogAnalyticsClient. recallArchivedData(RecallArchivedDataRequest request)
Methods in com.oracle.bmc.loganalytics that return types with arguments of type RecallArchivedDataResponse 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)
Method parameters in com.oracle.bmc.loganalytics with type arguments of type RecallArchivedDataResponse 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 RecallArchivedDataResponse in com.oracle.bmc.loganalytics.responses
Methods in com.oracle.bmc.loganalytics.responses that return RecallArchivedDataResponse Modifier and Type Method Description RecallArchivedDataResponse
RecallArchivedDataResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.loganalytics.responses with parameters of type RecallArchivedDataResponse Modifier and Type Method Description RecallArchivedDataResponse.Builder
RecallArchivedDataResponse.Builder. copy(RecallArchivedDataResponse o)
Copy method to populate the builder with values from the given instance.
-