Uses of Class
com.oracle.bmc.opsi.model.IngestSqlTextDetails
- 
Packages that use IngestSqlTextDetails Package Description com.oracle.bmc.opsi.model com.oracle.bmc.opsi.requests 
- 
- 
Uses of IngestSqlTextDetails in com.oracle.bmc.opsi.modelMethods in com.oracle.bmc.opsi.model that return IngestSqlTextDetails Modifier and Type Method Description IngestSqlTextDetailsIngestSqlTextDetails.Builder. build()Methods in com.oracle.bmc.opsi.model with parameters of type IngestSqlTextDetails Modifier and Type Method Description IngestSqlTextDetails.BuilderIngestSqlTextDetails.Builder. copy(IngestSqlTextDetails model)
- 
Uses of IngestSqlTextDetails in com.oracle.bmc.opsi.requestsMethods in com.oracle.bmc.opsi.requests that return IngestSqlTextDetails Modifier and Type Method Description IngestSqlTextDetailsIngestSqlTextRequest. getBody$()Alternative accessor for the body parameter.IngestSqlTextDetailsIngestSqlTextRequest. getIngestSqlTextDetails()Collection of SQL text objects for a particular database.Methods in com.oracle.bmc.opsi.requests with parameters of type IngestSqlTextDetails Modifier and Type Method Description IngestSqlTextRequest.BuilderIngestSqlTextRequest.Builder. body$(IngestSqlTextDetails body)Alternative setter for the body parameter.IngestSqlTextRequest.BuilderIngestSqlTextRequest.Builder. ingestSqlTextDetails(IngestSqlTextDetails ingestSqlTextDetails)Collection of SQL text objects for a particular database.
 
-