Uses of Class
com.oracle.bmc.loganalytics.model.ExportDetails
-
Packages that use ExportDetails Package Description com.oracle.bmc.loganalytics.model com.oracle.bmc.loganalytics.requests -
-
Uses of ExportDetails in com.oracle.bmc.loganalytics.model
Methods in com.oracle.bmc.loganalytics.model that return ExportDetails Modifier and Type Method Description ExportDetails
ExportDetails.Builder. build()
Methods in com.oracle.bmc.loganalytics.model with parameters of type ExportDetails Modifier and Type Method Description ExportDetails.Builder
ExportDetails.Builder. copy(ExportDetails model)
-
Uses of ExportDetails in com.oracle.bmc.loganalytics.requests
Methods in com.oracle.bmc.loganalytics.requests that return ExportDetails Modifier and Type Method Description ExportDetails
ExportQueryResultRequest. getBody$()
Alternative accessor for the body parameter.ExportDetails
ExportQueryResultRequest. getExportDetails()
Query to be exportedMethods in com.oracle.bmc.loganalytics.requests with parameters of type ExportDetails Modifier and Type Method Description ExportQueryResultRequest.Builder
ExportQueryResultRequest.Builder. body$(ExportDetails body)
Alternative setter for the body parameter.ExportQueryResultRequest.Builder
ExportQueryResultRequest.Builder. exportDetails(ExportDetails exportDetails)
Query to be exported
-