Uses of Class
com.oracle.bmc.loganalytics.responses.EstimatePurgeDataSizeResponse
-
Packages that use EstimatePurgeDataSizeResponse Package Description com.oracle.bmc.loganalytics com.oracle.bmc.loganalytics.responses -
-
Uses of EstimatePurgeDataSizeResponse in com.oracle.bmc.loganalytics
Methods in com.oracle.bmc.loganalytics that return EstimatePurgeDataSizeResponse Modifier and Type Method Description EstimatePurgeDataSizeResponse
LogAnalytics. estimatePurgeDataSize(EstimatePurgeDataSizeRequest request)
This API estimates the size of data to be purged based based on time interval, purge query etc.EstimatePurgeDataSizeResponse
LogAnalyticsClient. estimatePurgeDataSize(EstimatePurgeDataSizeRequest request)
Methods in com.oracle.bmc.loganalytics that return types with arguments of type EstimatePurgeDataSizeResponse Modifier and Type Method Description Future<EstimatePurgeDataSizeResponse>
LogAnalyticsAsync. estimatePurgeDataSize(EstimatePurgeDataSizeRequest request, AsyncHandler<EstimatePurgeDataSizeRequest,EstimatePurgeDataSizeResponse> handler)
This API estimates the size of data to be purged based based on time interval, purge query etc.Future<EstimatePurgeDataSizeResponse>
LogAnalyticsAsyncClient. estimatePurgeDataSize(EstimatePurgeDataSizeRequest request, AsyncHandler<EstimatePurgeDataSizeRequest,EstimatePurgeDataSizeResponse> handler)
Method parameters in com.oracle.bmc.loganalytics with type arguments of type EstimatePurgeDataSizeResponse Modifier and Type Method Description Future<EstimatePurgeDataSizeResponse>
LogAnalyticsAsync. estimatePurgeDataSize(EstimatePurgeDataSizeRequest request, AsyncHandler<EstimatePurgeDataSizeRequest,EstimatePurgeDataSizeResponse> handler)
This API estimates the size of data to be purged based based on time interval, purge query etc.Future<EstimatePurgeDataSizeResponse>
LogAnalyticsAsyncClient. estimatePurgeDataSize(EstimatePurgeDataSizeRequest request, AsyncHandler<EstimatePurgeDataSizeRequest,EstimatePurgeDataSizeResponse> handler)
-
Uses of EstimatePurgeDataSizeResponse in com.oracle.bmc.loganalytics.responses
Methods in com.oracle.bmc.loganalytics.responses that return EstimatePurgeDataSizeResponse Modifier and Type Method Description EstimatePurgeDataSizeResponse
EstimatePurgeDataSizeResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.loganalytics.responses with parameters of type EstimatePurgeDataSizeResponse Modifier and Type Method Description EstimatePurgeDataSizeResponse.Builder
EstimatePurgeDataSizeResponse.Builder. copy(EstimatePurgeDataSizeResponse o)
Copy method to populate the builder with values from the given instance.
-