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