Uses of Class
com.oracle.bmc.opsi.model.AddmDbSqlStatementSummary
-
Packages that use AddmDbSqlStatementSummary Package Description com.oracle.bmc.opsi.model -
-
Uses of AddmDbSqlStatementSummary in com.oracle.bmc.opsi.model
Methods in com.oracle.bmc.opsi.model that return AddmDbSqlStatementSummary Modifier and Type Method Description AddmDbSqlStatementSummary
AddmDbSqlStatementSummary.Builder. build()
Methods in com.oracle.bmc.opsi.model that return types with arguments of type AddmDbSqlStatementSummary Modifier and Type Method Description List<AddmDbSqlStatementSummary>
AddmDbSqlStatementCollection. getItems()
List of SQL statementsMethods in com.oracle.bmc.opsi.model with parameters of type AddmDbSqlStatementSummary Modifier and Type Method Description AddmDbSqlStatementSummary.Builder
AddmDbSqlStatementSummary.Builder. copy(AddmDbSqlStatementSummary model)
Method parameters in com.oracle.bmc.opsi.model with type arguments of type AddmDbSqlStatementSummary Modifier and Type Method Description AddmDbSqlStatementCollection.Builder
AddmDbSqlStatementCollection.Builder. items(List<AddmDbSqlStatementSummary> items)
List of SQL statements
-