Uses of Class
com.oracle.bmc.loganalytics.model.EstimateRecallDataSizeDetails
-
Packages that use EstimateRecallDataSizeDetails Package Description com.oracle.bmc.loganalytics.model com.oracle.bmc.loganalytics.requests -
-
Uses of EstimateRecallDataSizeDetails in com.oracle.bmc.loganalytics.model
Methods in com.oracle.bmc.loganalytics.model that return EstimateRecallDataSizeDetails Modifier and Type Method Description EstimateRecallDataSizeDetailsEstimateRecallDataSizeDetails.Builder. build()Methods in com.oracle.bmc.loganalytics.model with parameters of type EstimateRecallDataSizeDetails Modifier and Type Method Description EstimateRecallDataSizeDetails.BuilderEstimateRecallDataSizeDetails.Builder. copy(EstimateRecallDataSizeDetails model) -
Uses of EstimateRecallDataSizeDetails in com.oracle.bmc.loganalytics.requests
Methods in com.oracle.bmc.loganalytics.requests that return EstimateRecallDataSizeDetails Modifier and Type Method Description EstimateRecallDataSizeDetailsEstimateRecallDataSizeRequest. getBody$()Alternative accessor for the body parameter.EstimateRecallDataSizeDetailsEstimateRecallDataSizeRequest. getEstimateRecallDataSizeDetails()This is the input to estimate the size of data to be recalled.Methods in com.oracle.bmc.loganalytics.requests with parameters of type EstimateRecallDataSizeDetails Modifier and Type Method Description EstimateRecallDataSizeRequest.BuilderEstimateRecallDataSizeRequest.Builder. body$(EstimateRecallDataSizeDetails body)Alternative setter for the body parameter.EstimateRecallDataSizeRequest.BuilderEstimateRecallDataSizeRequest.Builder. estimateRecallDataSizeDetails(EstimateRecallDataSizeDetails estimateRecallDataSizeDetails)This is the input to estimate the size of data to be recalled.
-