Uses of Class
com.oracle.bmc.loganalytics.responses.EstimateRecallDataSizeResponse
-
Packages that use EstimateRecallDataSizeResponse Package Description com.oracle.bmc.loganalytics com.oracle.bmc.loganalytics.responses -
-
Uses of EstimateRecallDataSizeResponse in com.oracle.bmc.loganalytics
Methods in com.oracle.bmc.loganalytics that return EstimateRecallDataSizeResponse Modifier and Type Method Description EstimateRecallDataSizeResponseLogAnalytics. estimateRecallDataSize(EstimateRecallDataSizeRequest request)This API gives an active storage usage estimate for archived data to be recalled and the time range of such data.EstimateRecallDataSizeResponseLogAnalyticsClient. estimateRecallDataSize(EstimateRecallDataSizeRequest request)Methods in com.oracle.bmc.loganalytics that return types with arguments of type EstimateRecallDataSizeResponse Modifier and Type Method Description Future<EstimateRecallDataSizeResponse>LogAnalyticsAsync. estimateRecallDataSize(EstimateRecallDataSizeRequest request, AsyncHandler<EstimateRecallDataSizeRequest,EstimateRecallDataSizeResponse> handler)This API gives an active storage usage estimate for archived data to be recalled and the time range of such data.Future<EstimateRecallDataSizeResponse>LogAnalyticsAsyncClient. estimateRecallDataSize(EstimateRecallDataSizeRequest request, AsyncHandler<EstimateRecallDataSizeRequest,EstimateRecallDataSizeResponse> handler)Method parameters in com.oracle.bmc.loganalytics with type arguments of type EstimateRecallDataSizeResponse Modifier and Type Method Description Future<EstimateRecallDataSizeResponse>LogAnalyticsAsync. estimateRecallDataSize(EstimateRecallDataSizeRequest request, AsyncHandler<EstimateRecallDataSizeRequest,EstimateRecallDataSizeResponse> handler)This API gives an active storage usage estimate for archived data to be recalled and the time range of such data.Future<EstimateRecallDataSizeResponse>LogAnalyticsAsyncClient. estimateRecallDataSize(EstimateRecallDataSizeRequest request, AsyncHandler<EstimateRecallDataSizeRequest,EstimateRecallDataSizeResponse> handler) -
Uses of EstimateRecallDataSizeResponse in com.oracle.bmc.loganalytics.responses
Methods in com.oracle.bmc.loganalytics.responses that return EstimateRecallDataSizeResponse Modifier and Type Method Description EstimateRecallDataSizeResponseEstimateRecallDataSizeResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.loganalytics.responses with parameters of type EstimateRecallDataSizeResponse Modifier and Type Method Description EstimateRecallDataSizeResponse.BuilderEstimateRecallDataSizeResponse.Builder. copy(EstimateRecallDataSizeResponse o)Copy method to populate the builder with values from the given instance.
-