Uses of Class
com.oracle.bmc.opsi.model.IngestSqlPlanLinesDetails
-
Packages that use IngestSqlPlanLinesDetails Package Description com.oracle.bmc.opsi.model com.oracle.bmc.opsi.requests -
-
Uses of IngestSqlPlanLinesDetails in com.oracle.bmc.opsi.model
Methods in com.oracle.bmc.opsi.model that return IngestSqlPlanLinesDetails Modifier and Type Method Description IngestSqlPlanLinesDetails
IngestSqlPlanLinesDetails.Builder. build()
Methods in com.oracle.bmc.opsi.model with parameters of type IngestSqlPlanLinesDetails Modifier and Type Method Description IngestSqlPlanLinesDetails.Builder
IngestSqlPlanLinesDetails.Builder. copy(IngestSqlPlanLinesDetails model)
-
Uses of IngestSqlPlanLinesDetails in com.oracle.bmc.opsi.requests
Methods in com.oracle.bmc.opsi.requests that return IngestSqlPlanLinesDetails Modifier and Type Method Description IngestSqlPlanLinesDetails
IngestSqlPlanLinesRequest. getBody$()
Alternative accessor for the body parameter.IngestSqlPlanLinesDetails
IngestSqlPlanLinesRequest. getIngestSqlPlanLinesDetails()
Collection of SQL plan line objects for a particular database.Methods in com.oracle.bmc.opsi.requests with parameters of type IngestSqlPlanLinesDetails Modifier and Type Method Description IngestSqlPlanLinesRequest.Builder
IngestSqlPlanLinesRequest.Builder. body$(IngestSqlPlanLinesDetails body)
Alternative setter for the body parameter.IngestSqlPlanLinesRequest.Builder
IngestSqlPlanLinesRequest.Builder. ingestSqlPlanLinesDetails(IngestSqlPlanLinesDetails ingestSqlPlanLinesDetails)
Collection of SQL plan line objects for a particular database.
-